JOBot/compose.yml
2025-05-01 00:33:12 +03:00

12 lines
232 B
YAML

version: '3.8'
services:
postgres:
image: postgres:15
environment:
POSTGRES_PASSWORD: LocalDbPass
POSTGRES_DB: jobot
ports:
- "5432:5432"
volumes:
- ./postgres_data:/var/lib/postgresql/data