mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 11:32:38 +02:00
6 lines
238 B
YAML
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/"
|