1
1
mirror of https://github.com/ellie/atuin.git synced 2024-07-07 09:26:22 +03:00

docs: use db name env variable also in uri (#1840)

This commit is contained in:
Michele Azzolari 2024-03-08 10:02:53 +01:00 committed by GitHub
parent 8e9e7b92a3
commit a3c3dad900
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ services:
environment:
ATUIN_HOST: "0.0.0.0"
ATUIN_OPEN_REGISTRATION: "true"
ATUIN_DB_URI: postgres://$ATUIN_DB_USERNAME:$ATUIN_DB_PASSWORD@db/atuin
ATUIN_DB_URI: postgres://$ATUIN_DB_USERNAME:$ATUIN_DB_PASSWORD@db/$ATUIN_DB_NAME
RUST_LOG: info,atuin_server=debug
postgresql:
image: postgres:14