Add alias of lasuite-app instead of app to prevent docker DNS name conflict

This commit is contained in:
2025-10-31 11:21:36 -04:00
parent 079d0d4bbd
commit 9a4d5058f9
3 changed files with 11 additions and 2 deletions

View File

@ -86,7 +86,9 @@ services:
app:
image: lasuite/impress-frontend:v3.4.2
networks:
- backend
backend:
aliases:
- lasuite-app
deploy:
labels:
- "traefik.enable=false"