used more extend configs for compose files

This commit is contained in:
Yannic Kilcher
2022-12-24 20:46:03 +01:00
parent 39d97b6cf3
commit ce92f184c5
3 changed files with 21 additions and 54 deletions
@@ -9,6 +9,11 @@ services:
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
healthcheck:
test: ["CMD", "pg_isready", "-U", "postgres"]
interval: 2s
timeout: 2s
retries: 10
adminer:
image: adminer