Update docker compose config
This commit is contained in:
parent
95aee4310d
commit
08e40148b7
@ -11,9 +11,7 @@ services:
|
||||
shm_size: 10gb
|
||||
dockerfile: Dockerfile
|
||||
shm_size: 10gb
|
||||
# mem_limit: 8g
|
||||
restart: always
|
||||
# container_name: "sidp-cope2n-ai-fi-sbt"
|
||||
networks:
|
||||
- ctel-sbt
|
||||
privileged: true
|
||||
@ -40,9 +38,6 @@ services:
|
||||
build:
|
||||
context: cope2n-api
|
||||
dockerfile: Dockerfile
|
||||
# ports:
|
||||
# - 9880:9000
|
||||
# container_name: "sidp-cope2n-be-ctel-sbt"
|
||||
environment:
|
||||
- MEDIA_ROOT=${MEDIA_ROOT}
|
||||
- DB_ENGINE=${DB_ENGINE}
|
||||
@ -89,9 +84,6 @@ services:
|
||||
gunicorn fwd.asgi:application -k uvicorn.workers.UvicornWorker --timeout 300 -b 0.0.0.0:9000" # pre-makemigrations on prod
|
||||
minio:
|
||||
image: minio/minio
|
||||
ports:
|
||||
- 9886:9884
|
||||
- 9887:9885
|
||||
environment:
|
||||
- MINIO_ROOT_USER=${S3_ACCESS_KEY}
|
||||
- MINIO_ROOT_PASSWORD=${S3_SECRET_KEY}
|
||||
@ -129,12 +121,6 @@ services:
|
||||
- ctel-sbt
|
||||
|
||||
be-celery-sbt:
|
||||
# build:
|
||||
# context: cope2n-api
|
||||
# dockerfile: Dockerfile
|
||||
# args:
|
||||
# - "UID=${UID:-1000}"
|
||||
# - "GID=${GID:-1000}"
|
||||
build:
|
||||
context: cope2n-api
|
||||
dockerfile: Dockerfile
|
||||
|
Loading…
Reference in New Issue
Block a user