-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
Description
like
volumes:
sztp_data: {}
services:
db:
image: postgres:9.5
volumes:
- sztp_data:/var/lib/postgresql/data
environment:
POSTGRES_DB: sztpd-db
POSTGRES_USER: sztpd-admin
POSTGRES_PASSWORD: secret
healthcheck:
test: ["CMD", "pg_isready", "-U", "sztpd-admin"]
interval: 30s
timeout: 30s
retries: 3
and
sztpd postgresql://sztpd-admin:[email protected]:5432/sztpd-db