Files
EvoFirewall/deploy/compose/docker-compose.example.yaml
T
DenozordecandCursor c5132056b3
Build and Push EvoFirewall Docker Image / build-and-push (push) Successful in 2m42s
Build and Push EvoFirewall Docker Image / create-release (push) Skipped
fix(ci): lowercase Docker image refs для registry cache
Docker требует lowercase в имени репозитория; gitea.repository был EvoFirewall.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-20 19:59:18 +07:00

22 lines
558 B
YAML

services:
evofirewall:
image: git.shts.su/denozord/evofirewall:latest
restart: unless-stopped
environment:
DATABASE_URL: sqlite:/data/app.db
SERVER_PORT: "8080"
AUTH_REQUIRED: "true"
AUTH_JWT_SECRET: ${AUTH_JWT_SECRET}
AUTH_ISSUER: https://auth.shnt.top
AUTH_PORTAL_URL: https://auth.shnt.top
PUBLIC_BASE_URL: https://fw.example.com
EVOFW_ENROLL_SEED: ${EVOFW_ENROLL_SEED}
STATIC_DIR: /app/static
volumes:
- evofw-data:/data
ports:
- "8080:8080"
volumes:
evofw-data: