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
470 B
YAML
Raw Normal View History

version: "3.7"
services:
ingress:
command: --providers.docker
ports:
- "80:80"
beer:
volumes:
- "./django/production.py.sample:/srv/app/beer/beer/production.py"
command: ["gunicorn", "-b", "0.0.0.0:8000", "beer.wsgi:application"]
data-migration:
volumes:
- "./django/production.py.sample:/srv/app/beer/beer/production.py"
mqtt-to-db:
volumes:
- "./django/production.py.sample:/srv/app/beer/beer/production.py"