bin/docker-compose.yml

13 lines
270 B
YAML
Raw Normal View History

2023-03-04 03:39:13 +01:00
version: '3'
services:
server:
build:
context: '.'
dockerfile: Dockerfile
ports:
- '${APP_PORT:-8080}:${APP_PORT:-8080}'
volumes:
2023-03-04 06:47:29 +01:00
- './usercontent:/opt/code/usercontent'
# uncomment this for debug mode
#- './:/opt/code'