Fix ci
All checks were successful
Deploy Service / deploy (push) Successful in 7s

This commit is contained in:
Mootfrost 2025-04-13 00:55:37 +03:00
parent b16c9bd1e1
commit c18cd016f5

View file

@ -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: