wynn/docker-compose.yaml
a 5e8a2e0798
Some checks failed
commit-tag / commit-tag-image (map[context:./migrations file:./migrations/Dockerfile name:migrations]) (push) Successful in 17s
commit-tag / commit-tag-image (map[context:./ts file:./ts/Dockerfile name:ts]) (push) Failing after 57s
noot
2025-06-30 22:02:48 -05:00

15 lines
222 B
YAML

version: '3.8'
services:
db:
image: postgres:17
environment:
POSTGRES_PASSWORD: postgres
volumes:
- /data/postgres/wynn:/var/lib/postgresql/data
ports:
- 54327:5432
volumes:
pgdata: