wynn/docker-compose.yaml

10 lines
150 B
YAML
Raw Normal View History

2025-02-27 03:56:30 +00:00
version: '3'
services:
db:
image: postgres
restart: always
environment:
POSTGRES_PASSWORD: postgres
ports:
- 54327:5432