1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-04 19:24:02 +00:00

Reverr all docker-compose changes

This commit is contained in:
lukinovec 2023-06-05 10:09:18 +02:00
parent 5754f8bdc4
commit 45df85d2a3

View file

@ -54,12 +54,14 @@ services:
postgres:
image: postgres:11
environment:
POSTGRES_PASSWORD: password # Superuser password
POSTGRES_USER: root # Superuser name
POSTGRES_PASSWORD: password
POSTGRES_USER: root # superuser name
POSTGRES_DB: main
healthcheck:
test: ["CMD-SHELL", "pg_isready -U '${POSTGRES_USER}'"]
test: ["CMD-SHELL", "pg_isready -U postgres"]
interval: 10s
timeout: 5s
retries: 5
redis:
image: redis:alpine
healthcheck: