fix: no ports for Traefik
This commit is contained in:
4
docker-compose.override.yml
Normal file
4
docker-compose.override.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
services:
|
||||
app:
|
||||
ports:
|
||||
- "8000:8000"
|
||||
@@ -1,9 +1,10 @@
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
ports:
|
||||
- "8000:8000"
|
||||
environment:
|
||||
- MAX_UPLOAD_SIZE_MB=500
|
||||
volumes:
|
||||
- /tmp/apoena-audio:/tmp/apoena-audio
|
||||
labels:
|
||||
- 'traefik.http.middlewares.myauth.basicauth.users=julien:$$2y$$05$$1AWK6NyxNNnAX4opcBftnutdMEPTH422uKkNs/NoB3S8i9Bze4GSS'
|
||||
- 'traefik.http.routers.http-0-p10gcndwy2krf8zu7swn3i2w-app.middlewares=myauth'
|
||||
|
||||
Reference in New Issue
Block a user