chore(docker_compose): improvements

This commit is contained in:
ITQ
2025-07-25 13:33:03 +03:00
parent b985818f5a
commit a5ec3ca6cb
+3 -9
View File
@@ -21,10 +21,6 @@ services:
restart: false
condition: service_healthy
required: true
minio:
restart: false
condition: service_healthy
required: true
env_file:
- path: ./infrastructure/backend/.env.template
required: true
@@ -57,10 +53,6 @@ services:
restart: false
condition: service_healthy
required: true
minio:
restart: false
condition: service_healthy
required: true
env_file:
- path: ./infrastructure/backend/.env.template
required: true
@@ -226,7 +218,7 @@ services:
- path: ./infrastructure/postgres/.env
required: false
healthcheck:
test: ["CMD", "pg_isready"]
test: ["CMD", "pg_isready", "-U", "postgres"]
interval: 1m30s
timeout: 5s
start_period: 5s
@@ -393,6 +385,8 @@ services:
host_ip: 127.0.0.1
protocol: tcp
app_protocol: http
profiles:
- minio
restart: unless-stopped
shm_size: 4mb
volumes: