feat(update-setup)!: Replace update-config.sh with a new script to manage setup
This commit is contained in:
@@ -519,7 +519,7 @@ services:
|
||||
[sh, -c, "cp -n /app/config/tpl/*.yaml /app/config && node server.js"]
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.homepage.rule=Host(`${APP_HOSTNAME}`) && PathPrefix(`/`) # Changed rule to root
|
||||
- traefik.http.routers.homepage.rule=Host(`${APP_HOSTNAME}`) && PathPrefix(`/home`) # Changed rule to root
|
||||
- traefik.http.routers.homepage.entrypoints=web
|
||||
# - traefik.http.routers.homepage.priority=10 # Removed priority
|
||||
# Global middleware for setting HTTPS header
|
||||
|
||||
Reference in New Issue
Block a user