Compare commits

..

5 Commits

+2 -2
View File
@@ -1813,7 +1813,7 @@ services:
interval: 10s
start_period: 20s
test: ["CMD-SHELL", "pg_isready -U gitea -d gitea"]
image: postgres:14@sha256:135de3f59a32e61c03c977262670d7859ef227439e601743eb25be915f83fb3a
image: postgres:14@sha256:270d88b68e90419ae596e0b472291868749847ab18ccb5e2cb27cab4dcbf0125
networks:
default: null
profiles: ["rinoa-infra"]
@@ -2310,7 +2310,7 @@ services:
test:
- CMD-SHELL
- pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB
image: docker.io/library/postgres:14@sha256:135de3f59a32e61c03c977262670d7859ef227439e601743eb25be915f83fb3a
image: docker.io/library/postgres:14@sha256:270d88b68e90419ae596e0b472291868749847ab18ccb5e2cb27cab4dcbf0125
networks:
default: null
profiles: ["rinoa-apps"]