баг-фикс завершён

This commit is contained in:
Zuev
2026-07-19 20:16:12 +03:00
parent bc0e1ab1b4
commit ee876f1acd
43 changed files with 1228 additions and 258 deletions

View File

@@ -45,22 +45,22 @@ services:
start_period: 20s
networks:
- magistr
- proxy
frontend:
restart: unless-stopped
build:
context: ./frontend
dockerfile: Dockerfile
ports:
- "${HTTP_PORT:-80}:80"
networks:
- magistr
- proxy
depends_on:
backend:
condition: service_healthy
db:
image: postgres:16.3-alpine3.20
image: postgres:16.3-alpine@sha256:36ed71227ae36305d26382657c0b96cbaf298427b3f1eaeb10d77a6dea3eec41
restart: unless-stopped
environment:
POSTGRES_USER: ${POSTGRES_USER:-myuser}
@@ -79,6 +79,8 @@ services:
networks:
magistr:
driver: bridge
proxy:
external: true
volumes:
postgres_data: