chore: align pro port mappings with dev for api and flower
This commit is contained in:
@@ -75,8 +75,8 @@ services:
|
||||
MINIO_ENDPOINT: http://minio:9000
|
||||
CELERY_BROKER_URL: redis://redis:6379/0
|
||||
CELERY_RESULT_BACKEND: redis://redis:6379/1
|
||||
expose:
|
||||
- "8000"
|
||||
ports:
|
||||
- "${API_PORT}:8000"
|
||||
volumes:
|
||||
- ./data/app:/app/data
|
||||
restart: unless-stopped
|
||||
@@ -150,8 +150,8 @@ services:
|
||||
CELERY_RESULT_BACKEND: redis://redis:6379/1
|
||||
CELERY_TIMEZONE: ${CELERY_TIMEZONE}
|
||||
FLOWER_BASIC_AUTH: ${FLOWER_BASIC_AUTH}
|
||||
expose:
|
||||
- "5555"
|
||||
ports:
|
||||
- "${FLOWER_PORT}:5555"
|
||||
restart: unless-stopped
|
||||
|
||||
web:
|
||||
|
||||
Reference in New Issue
Block a user