mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-16 20:00:59 -05:00
Hide Postgres credentials
This commit is contained in:
parent
70acd9b7bf
commit
c43958d05d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
.env
|
||||
# Yarn stuff
|
||||
.yarn
|
||||
# TypeScript stuff
|
||||
|
@ -14,6 +14,6 @@ services:
|
||||
volumes:
|
||||
- /var/lib/docker/volumes/daggerbot-db:/var/lib/postgresql/data:rw
|
||||
environment:
|
||||
POSTGRES_USER: daggerbot
|
||||
POSTGRES_PASSWORD: dagbot
|
||||
POSTGRES_DB: daggerbot
|
||||
POSTGRES_USER: ${POSTGRES_USER}
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
POSTGRES_DB: ${POSTGRES_DB}
|
||||
|
Loading…
Reference in New Issue
Block a user