Files
seven-skies/deploy/postgres.yaml
2025-12-10 15:27:16 +09:00

14 lines
230 B
YAML

image: docker.io/postgres
ports:
- 5432
volume:
enabled: true
path: /var/lib/postgresql
env:
- name: POSTGRES_DB
value: weather
- name: POSTGRES_USER
value: weather
- name: POSTGRES_PASSWORD
value: weather