wynn/docker-compose.yaml
2025-02-26 21:56:30 -06:00

10 lines
150 B
YAML

version: '3'
services:
db:
image: postgres
restart: always
environment:
POSTGRES_PASSWORD: postgres
ports:
- 54327:5432