Add db access
All checks were successful
Deploy Service / deploy (push) Successful in 18s

This commit is contained in:
Mootfrost 2025-04-15 20:10:49 +03:00
parent aff9e76a4c
commit 24b988b484

View file

@ -27,6 +27,8 @@ services:
volumes:
- db_data:/var/lib/postgresql/data/pgdata
restart: unless-stopped
ports:
- "127.0.0.1:5431:5432"
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: owl