Add IsolatedVMHostname to EnvironmentConfig.ts and docker-compose files

This commit is contained in:
Simon Larsen
2024-04-05 20:02:33 +01:00
parent e35dba93ce
commit 78e9ad439c
4 changed files with 40 additions and 0 deletions

View File

@@ -85,6 +85,12 @@ services:
file: ./docker-compose.base.yml
service: ingestor
isolated-vm:
image: oneuptime/isolated-vm:${APP_TAG}
extends:
file: ./docker-compose.base.yml
service: isolated-vm
ingress:
image: oneuptime/nginx:${APP_TAG}
extends: