Files
propedal-planner/docker-compose.yaml
2025-02-12 08:18:12 +01:00

25 lines
480 B
YAML

services:
app:
build: .
restart: unless-stopped
volumes:
- sqlite-database:/app/database
working_dir: /app
command: sh ./run_production_server.sh
environment:
- VIRTUAL_HOST=planner.pstruebi.xyz
- LETSENCRYPT_HOST=planner.pstruebi.xyz
- VIRTUAL_PORT=8001
- NETWORK_ACCESS=external
networks:
- reverseproxy_default
- default
volumes:
sqlite-database:
networks:
reverseproxy_default:
external: true