services: app: build: . restart: unless-stopped volumes: - sqlite-database:/app/database working_dir: /app command: sh ./run_production_server.sh environment: - VIRTUAL_HOST=planner.propedal.duckdns.org - LETSENCRYPT_HOST=planner.propedal.duckdns.org - LETSENCRYPT_EMAIL=struebin.patrick@gmail.com - VIRTUAL_PORT=8001 - NETWORK_ACCESS=external networks: - reverseproxy_default - default volumes: sqlite-database: networks: reverseproxy_default: external: true