migrate frontend service to Next.js
Some checks failed
Deployment CI/CD / validate (push) Has been cancelled
Deployment CI/CD / deploy (push) Has been cancelled

This commit is contained in:
2026-05-20 10:10:11 +03:30
parent b4c6b3c012
commit c75d03a548
4 changed files with 29 additions and 16 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