add seed binary to Docker build and expose frontend port 80

This commit is contained in:
Egor Pozharov
2026-04-16 14:11:53 +06:00
parent 1bf5d1afd6
commit c77518b34a
2 changed files with 5 additions and 3 deletions

View File

@@ -31,8 +31,8 @@ services:
frontend:
image: ${GITEA_REGISTRY}/delivery-tracker/frontend:latest
expose:
- "80"
ports:
- "80:80"
depends_on:
- backend
restart: unless-stopped