feat(frontend): migrate frontend service to Next.js

This commit is contained in:
2026-05-20 10:10:11 +03:30
parent b4c6b3c012
commit 5511ed5d91
6 changed files with 29 additions and 132 deletions

View File

@@ -130,12 +130,14 @@ services:
build:
context: ./frontend/guilan-ace-frontend
dockerfile: ./frontend/Dockerfile
env_file:
- ./frontend/guilan-ace-frontend/.env
labels:
- traefik.enable=true
- traefik.http.routers.frontend.rule=Host(`${NEXT_HOST}`)
- traefik.http.routers.frontend.entrypoints=websecure
- traefik.http.routers.frontend.tls.certresolver=le
- traefik.http.services.frontend.loadbalancer.server.port=80
- traefik.http.services.frontend.loadbalancer.server.port=3000
static:
image: nginx:1.27-alpine