copanier/docker/docker-compose-dev.yml
TheCapsLock f89985ad92
Changed db mount path (#68)
Fixes #65

Co-authored-by: CapsLock <github@legeox.net>
2021-05-02 19:10:26 +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/"