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
@@ -6,11 +6,6 @@ services:
extends:
file: ../backend-development/docker-compose.yaml
service: db
healthcheck:
test: ["CMD", "pg_isready", "-U", "postgres"]
interval: 2s
timeout: 2s
retries: 10
# This DB is for Web Authentication and data caching.
webdb:
@@ -32,6 +27,7 @@ services:
extends:
file: ../backend-development/docker-compose.yaml
service: adminer
backend:
build:
dockerfile: docker/Dockerfile.backend