1
0
mirror of https://github.com/daniviga/bite.git synced 2024-11-23 05:16:13 +01:00
bite/docker/docker-compose.prod.yml

21 lines
492 B
YAML
Raw Normal View History

version: "3.7"
services:
ingress:
2020-06-18 00:02:28 +02:00
# command: --providers.docker # For traefik only
ports:
- "80:80"
bite:
volumes:
- "./django/production.py.sample:/srv/app/bite/bite/production.py"
command: ["gunicorn", "-b", "0.0.0.0:8000", "bite.wsgi:application"]
data-migration:
volumes:
- "./django/production.py.sample:/srv/app/bite/bite/production.py"
mqtt-to-db:
volumes:
- "./django/production.py.sample:/srv/app/bite/bite/production.py"