Исправлены ошибки в ходе раскатки

This commit is contained in:
mi
2026-07-16 14:49:04 +03:00
parent caf6bf0516
commit d86e663690
35 changed files with 482 additions and 119 deletions
@@ -9,7 +9,7 @@ services:
command: ["alembic", "upgrade", "head"]
volumes:
- ${PG_CA_HOST_PATH}:/run/secrets/pg-ca.pem:ro
networks: [backend]
networks: [backend, egress]
restart: "no"
security_opt: ["no-new-privileges:true"]
@@ -23,7 +23,7 @@ services:
command: ["alembic", "upgrade", "head"]
volumes:
- ${PG_CA_HOST_PATH}:/run/secrets/pg-ca.pem:ro
networks: [backend]
networks: [backend, egress]
restart: "no"
security_opt: ["no-new-privileges:true"]
@@ -37,7 +37,7 @@ services:
command: ["alembic", "upgrade", "head"]
volumes:
- ${PG_CA_HOST_PATH}:/run/secrets/pg-ca.pem:ro
networks: [backend]
networks: [backend, egress]
restart: "no"
security_opt: ["no-new-privileges:true"]
@@ -58,7 +58,7 @@ services:
volumes:
- ${PG_CA_HOST_PATH}:/run/secrets/pg-ca.pem:ro
- ./app-settings.production-like.yaml:/deployment/app-settings.production-like.yaml:ro
networks: [backend]
networks: [backend, egress]
restart: "no"
security_opt: ["no-new-privileges:true"]
@@ -66,7 +66,7 @@ services:
image: curlimages/curl:8.11.1
profiles: ["ops"]
entrypoint: ["sleep", "infinity"]
networks: [backend, observability]
networks: [backend, observability, egress]
restart: "no"
cap_drop: ["ALL"]
security_opt: ["no-new-privileges:true"]