update Docker image references, modify TypeScript target, and adjust environment variables

This commit is contained in:
2025-10-27 03:02:25 +03:00
parent 41e9792547
commit 06bef25e58
3 changed files with 4 additions and 3 deletions

View File

@ -44,9 +44,10 @@ services:
- appnet
- proxy
front:
image: git.logidex.ru/aserbin/logidex-id-frontend:latest
image: git.logidex.ru/fakz9/logidex-id-frontend:latest
environment:
- NODE_ENV=production
- NEXT_PUBLIC_API_URL=https://id.logidex.ru/api
networks:
- appnet
back: