mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
чиним билд119
This commit is contained in:
@@ -32,10 +32,8 @@ services:
|
|||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: postgres123
|
POSTGRES_PASSWORD: postgres123
|
||||||
POSTGRES_DB: support_db
|
POSTGRES_DB: support_db
|
||||||
POSTGRES_HOST_AUTH_METHOD: trust
|
|
||||||
volumes:
|
volumes:
|
||||||
- postgres_data:/var/lib/postgresql/data
|
- postgres_data:/var/lib/postgresql/data
|
||||||
- ./backend/docker/postgres/init.sql:/docker-entrypoint-initdb.d/init.sql
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -U postgres -d support_db"]
|
test: ["CMD-SHELL", "pg_isready -U postgres -d support_db"]
|
||||||
interval: 5s
|
interval: 5s
|
||||||
@@ -51,4 +49,5 @@ networks:
|
|||||||
driver: bridge
|
driver: bridge
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
postgres_data:
|
postgres_data:
|
||||||
|
name: support_postgres_data
|
||||||
Reference in New Issue
Block a user