This commit is contained in:
parent
b16c9bd1e1
commit
c18cd016f5
1 changed files with 4 additions and 1 deletions
|
@ -25,10 +25,13 @@ services:
|
|||
db:
|
||||
image: postgres:17.4-alpine
|
||||
volumes:
|
||||
- ./pgdata:/var/lib/postgresql/data/pgdata
|
||||
- db_data:/var/lib/postgresql/data/pgdata
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: owl
|
||||
POSTGRES_DB: nowplaybot
|
||||
PGDATA: /var/lib/postgresql/data/pgdata
|
||||
|
||||
volumes:
|
||||
db_data:
|
Loading…
Add table
Reference in a new issue