bin/docker-compose.yml

11 lines
208 B
YAML

version: '3'
services:
server:
build:
context: '.'
dockerfile: Dockerfile
ports:
- '${APP_PORT:-8080}:${APP_PORT:-8080}'
volumes:
- './usercontent:/opt/code/usercontent'