1
0
Fork 0
mirror of synced 2024-08-05 13:21:26 +12:00

Remove superfluous environment variables.

This commit is contained in:
Sam Rose 2024-07-02 15:40:50 +01:00
parent 89468e3fd4
commit b66591f52f
No known key found for this signature in database

View file

@ -27,8 +27,6 @@ services:
BB_ADMIN_USER_PASSWORD: ${BB_ADMIN_USER_PASSWORD}
PLUGINS_DIR: ${PLUGINS_DIR}
OFFLINE_MODE: ${OFFLINE_MODE:-}
SQS_SEARCH_ENABLE: "true"
COUCH_DB_SQL_URL: "http://${COUCH_DB_USER}:${COUCH_DB_PASSWORD}@couchdb-service:4984"
depends_on:
- worker-service
- redis-service
@ -56,8 +54,6 @@ services:
REDIS_URL: redis-service:6379
REDIS_PASSWORD: ${REDIS_PASSWORD}
OFFLINE_MODE: ${OFFLINE_MODE:-}
SQS_SEARCH_ENABLE: "true"
COUCH_DB_SQL_URL: "http://${COUCH_DB_USER}:${COUCH_DB_PASSWORD}@couchdb-service:4984"
depends_on:
- redis-service
- minio-service
@ -101,7 +97,7 @@ services:
couchdb-service:
restart: unless-stopped
image: budibase/couchdb:v3.3.3-sqs
image: budibase/couchdb:v3.3.3
environment:
- COUCHDB_PASSWORD=${COUCH_DB_PASSWORD}
- COUCHDB_USER=${COUCH_DB_USER}