1
0
Fork 0
mirror of synced 2024-04-30 02:22:32 +12:00

Removing CouchDB SQS image for now.

This commit is contained in:
mike12345567 2024-04-12 16:29:48 +01:00
parent bfb7750213
commit 7d7de33cab

View file

@ -42,13 +42,12 @@ services:
couchdb-service:
container_name: budi-couchdb3-dev
restart: on-failure
image: budibase/couchdb:v3.2.1-sqs
image: budibase/couchdb
environment:
- COUCHDB_PASSWORD=${COUCH_DB_PASSWORD}
- COUCHDB_USER=${COUCH_DB_USER}
ports:
- "${COUCH_DB_PORT}:5984"
- "${COUCH_DB_SQS_PORT}:4984"
volumes:
- couchdb_data:/data