fix couchdb configs
Deploy service couchdb / service couchdb (push) Successful in 32s
Deploy db-migrations / db-migrations (push) Successful in 59s

This commit is contained in:
2024-12-06 11:57:07 +02:00
parent 7f27948d79
commit d8fd872478
2 changed files with 1 additions and 36 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
FROM couchdb:latest
HEALTHCHECK --interval=30s --timeout=10s --start-period=10s --retries=5 CMD curl --fail http://localhost:5984 || exit 1
COPY ./config/* /opt/couchdb/etc/local.d/*
COPY ./config/* /opt/couchdb/etc/local.d/