shuttlings-cch24/docker-compose.yml
2024-12-25 19:01:48 +01:00

11 lines
195 B
YAML

version: '3'
services:
db:
image: postgres:17
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: my_database
ports:
- "5432:5432"