Files
hereconnect/services/couchdb/Dockerfile
T

3 lines
181 B
Docker
Raw Normal View History

2024-12-03 11:49:01 +02:00
FROM couchdb:latest
2024-12-03 15:00:42 +02:00
HEALTHCHECK --interval=30s --timeout=10s --start-period=10s --retries=5 CMD curl --fail http://localhost:5984 || exit 1
2024-12-06 11:57:07 +02:00
COPY ./config/* /opt/couchdb/etc/local.d/