chore: misc

This commit is contained in:
2026-01-28 12:47:48 +03:00
parent 0ceb92b3be
commit c3e0da7029
4 changed files with 26 additions and 8 deletions

View File

@ -1,4 +1,4 @@
version: '3.8'
version: "3.8"
services:
postgres:
@ -9,7 +9,7 @@ services:
POSTGRES_PASSWORD: postgres
POSTGRES_DB: bdbot
ports:
- "5432:5432"
- "5432"
# Persist data in a local folder ./postgres_data
volumes:
- ./postgres_data:/var/lib/postgresql/data