Compare commits

...

5 Commits

Author SHA1 Message Date
2762f1d257 Hotfix: postgres pg_isready healthcheck fix 2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2025-01-20 14:40:15 +03:00
810f63cf70 Deploy: hotfix pg_isready
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/manual/woodpecker Pipeline was successful
2025-01-20 14:36:30 +03:00
cd9b456765 Hotfix: postgres pg_isready healthcheck fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2025-01-20 14:36:06 +03:00
8420ff3f52 Deploy: Added url correcter
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
2025-01-20 13:47:27 +03:00
8be7677f4b Deploy: Get users command
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/manual/woodpecker Pipeline was successful
2025-01-17 14:25:47 +03:00

View File

@@ -24,7 +24,7 @@ services:
ports: ports:
- "127.0.0.1:${POSTGRES_PORT}:5432" - "127.0.0.1:${POSTGRES_PORT}:5432"
healthcheck: healthcheck:
test: ["CMD", "pg_isready"] test: ["CMD", "pg_isready -d $${POSTGRES_DB:-postgres} -U $${POSTGRES_USER:-postgres}"]
interval: 10s interval: 10s
timeout: 5s timeout: 5s
retries: 10 retries: 10
@@ -38,4 +38,4 @@ networks:
bot_network: bot_network:
volumes: volumes:
postgres_data: postgres_data: