hugo-cms/docker-compose.yml
Leon Mika 4ecc12f035 Initial commot
Have got DB creation and migration working
2025-01-27 07:39:19 +11:00

9 lines
138 B
YAML

version: "3"
services:
db:
image: "postgres:17.2"
ports:
- "5432:5432"
environment:
POSTGRES_PASSWORD: postgres