1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00

чиним билд16

This commit is contained in:
MoonTestUse1
2025-01-02 00:51:40 +06:00
parent b866a61e53
commit fa1f027711
2 changed files with 27 additions and 7 deletions

View File

@@ -28,9 +28,10 @@ services:
image: postgres:15
container_name: support-postgres
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres123
- POSTGRES_DB=support_db
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres123
POSTGRES_DB: support_db
POSTGRES_HOST_AUTH_METHOD: trust
volumes:
- postgres_data:/var/lib/postgresql/data
- ./backend/docker/postgres/init.sql:/docker-entrypoint-initdb.d/init.sql