mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-23 16:54:25 +01:00
docs: use db name env variable also in uri (#1840)
This commit is contained in:
parent
8e9e7b92a3
commit
a3c3dad900
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user