case matters

This commit is contained in:
Mayel de Borniol 2022-03-09 11:40:51 +13:00
parent 0a73f04733
commit dec09230ee
1 changed files with 3 additions and 3 deletions

View File

@ -47,13 +47,13 @@ services:
- db-data:/var/lib/postgresql/data - db-data:/var/lib/postgresql/data
environment: environment:
# - POSTGRES_PASSWORD # - POSTGRES_PASSWORD
- POSTGRES_PASSWORD_FILE=/run/secrets/POSTGRES_PASSWORD - POSTGRES_PASSWORD_FILE=/run/secrets/postgres_password
- POSTGRES_USER=postgres - POSTGRES_USER=postgres
- POSTGRES_DB=bonfire_db - POSTGRES_DB=bonfire_db
networks: networks:
- internal - internal
secrets: secrets:
- POSTGRES_PASSWORD - postgres_password
bonfire_search: bonfire_search:
image: getmeili/meilisearch:latest image: getmeili/meilisearch:latest
@ -73,6 +73,6 @@ networks:
internal: internal:
secrets: secrets:
POSTGRES_PASSWORD: postgres_password:
external: true external: true
name: ${STACK_NAME}_POSTGRES_PASSWORD_${SECRET_POSTGRES_PASSWORD_VERSION} name: ${STACK_NAME}_POSTGRES_PASSWORD_${SECRET_POSTGRES_PASSWORD_VERSION}