2020-06-15 22:47:55 +02:00
|
|
|
version: "3.7"
|
|
|
|
|
|
|
|
services:
|
|
|
|
ingress:
|
|
|
|
command: --providers.docker
|
|
|
|
ports:
|
|
|
|
- "80:80"
|
|
|
|
|
2020-06-17 23:30:00 +02:00
|
|
|
bite:
|
2020-06-15 22:47:55 +02:00
|
|
|
volumes:
|
2020-06-17 23:30:00 +02:00
|
|
|
- "./django/production.py.sample:/srv/app/bite/bite/production.py"
|
|
|
|
command: ["gunicorn", "-b", "0.0.0.0:8000", "bite.wsgi:application"]
|
2020-06-15 22:47:55 +02:00
|
|
|
|
|
|
|
data-migration:
|
|
|
|
volumes:
|
2020-06-17 23:30:00 +02:00
|
|
|
- "./django/production.py.sample:/srv/app/bite/bite/production.py"
|
2020-06-15 22:47:55 +02:00
|
|
|
|
|
|
|
mqtt-to-db:
|
|
|
|
volumes:
|
2020-06-17 23:30:00 +02:00
|
|
|
- "./django/production.py.sample:/srv/app/bite/bite/production.py"
|