Update docker-compose.prod.acr.yml with correct ACR name and add deployment next steps guide

- Update ACR name from zuyderlandcmdbacr to zdlas
- Add comprehensive deployment next steps guide
- Include deployment options: App Service, ACI, VM, AKS
This commit is contained in:
2026-01-14 17:56:40 +01:00
parent de7b529ffb
commit df3f6f6899
2 changed files with 325 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ services:
start_period: 40s
frontend:
image: zuyderlandcmdbacr.azurecr.io/zuyderland-cmdb-gui/frontend:latest
image: zdlas.azurecr.io/zuyderland-cmdb-gui/frontend:latest
depends_on:
- backend
restart: unless-stopped