mirror of
https://github.com/daniviga/bite.git
synced 2024-11-23 13:26:14 +01:00
21 lines
470 B
YAML
21 lines
470 B
YAML
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"
|