Files
hereconnect/services/couchdb/Dockerfile
T
ti d8fd872478
Deploy service couchdb / service couchdb (push) Successful in 32s
Deploy db-migrations / db-migrations (push) Successful in 59s
fix couchdb configs
2024-12-06 11:57:07 +02:00

3 lines
181 B
Docker

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/