Skip to content

Commit

Permalink
OZ-747: Add user & password credentials for `docker-compose-senaite.y…
Browse files Browse the repository at this point in the history
…ml` (#127)
  • Loading branch information
VaishSiddharth authored Dec 6, 2024
1 parent db4f02f commit 3f893d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose-senaite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ services:
- RELSTORAGE_ADAPTER_OPTIONS=type postgresql,dsn dbname='${SENAITE_DB_NAME}' user='${SENAITE_DB_USER}' password='${SENAITE_DB_PASSWORD}' host='${SENAITE_DB_HOST}', driver pg8000
- RELSTORAGE_KEEP_HISTORY=false
- RELSTORAGE_BLOB_DIR=/home/senaite/senaitelims/blobstorage
- ADMIN_USER=${SENAITE_ADMIN_USER}
- ADMIN_PASSWORD=${SENAITE_ADMIN_PASSWORD}
image: mekomsolutions/senaite:latest
labels:
- "traefik.enable=true"
Expand Down

0 comments on commit 3f893d0

Please sign in to comment.