integrate/docker-compose.yml
Philipp Rothmann a35d70412c init
2022-03-02 16:10:17 +01:00

11 lines
173 B
YAML

services:
app:
build: .
environment:
# APP_MODULE: app.main:app
# BIND: 0.0.0.0
# PORT: 80
LOG_LEVEL: debug
ports:
- 8080:80