fp/services/our/compose.db.yaml
CJ_Clippy bf44851e85
Some checks are pending
fp/our CI/CD / build (push) Waiting to run
ci / test (push) Waiting to run
add spooky network
2025-10-06 06:49:09 -08:00

35 lines
628 B
YAML

services:
# pgadmin:
# image: dpage/pgadmin4:latest
# ports:
# - target: 5050
# published: 8095
# protocol: tcp
# mode: ingress
postgres:
image: postgres:17
volumes:
- pgdata:/var/lib/postgresql/data
healthcheck:
test: ["CMD", "pg_isready", "-U", "postgres"]
interval: 10s
retries: 5
start_period: 10s
timeout: 10s
deploy:
replicas: 1
restart_policy:
condition: on-failure
delay: 5s
max_attempts: 5
window: 60s
volumes:
pgdata:
networks:
default:
external: true
name: spooky