Skip to content

Commit

Permalink
add nouveau service to compose file for couchdb cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
m5r committed Dec 12, 2024
1 parent 0d48625 commit a713e34
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions scripts/build/cht-couchdb-cluster.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,23 @@ services:
networks:
cht-net:

nouveau:
image: {{{ repo }}}/cht-couchdb-nouveau:{{ tag }}
volumes:
- ${COUCHDB_NOUVEAU_DATA:-./srv_nouveau}:/data/nouveau
restart: always
depends_on:
- couchdb-1.local
- couchdb-2.local
- couchdb-3.local
logging:
driver: "local"
options:
max-size: "${LOG_MAX_SIZE:-50m}"
max-file: "${LOG_MAX_FILES:-20}"
networks:
cht-net:

volumes:
cht-credentials:

Expand Down

0 comments on commit a713e34

Please sign in to comment.