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
2020-06-16 22:48:58 +02:00

21 lines
494 B
YAML

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