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

21 lines
470 B
YAML
Raw Normal View History

version: "3.7"
services:
ingress:
command: --providers.docker
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"