fix docker compose.

This commit is contained in:
mguschin
2026-03-09 16:41:59 +03:00
parent d4633a0f46
commit 90a2f7be1f

View File

@@ -20,6 +20,8 @@ services:
- ./alembic.ini:/app/alembic.ini - ./alembic.ini:/app/alembic.ini
- ./docker-entrypoint.sh:/app/docker-entrypoint.sh - ./docker-entrypoint.sh:/app/docker-entrypoint.sh
restart: unless-stopped restart: unless-stopped
extra_hosts:
- "host.docker.internal:host-gateway"
# sync: # sync:
# build: # build: