copanier/docker/docker-compose-dev.yml
2021-05-01 20:51:01 +02:00

6 lines
238 B
YAML

version: "3.3"
services:
app:
command: /srv/copanier-venv/bin/gunicorn -k roll.worker.Worker copanier:app --bind 0.0.0.0:2244 --reload --log-level debug --access-logfile - --error-logfile -
volumes:
- "../:/srv/copanier/"