Updated terraform configurations

This commit is contained in:
git
2026-04-20 22:23:20 +10:00
parent b6d2e4ee62
commit b422a55c02
19 changed files with 845 additions and 66 deletions
+4 -4
View File
@@ -2,7 +2,7 @@ services:
update-test:
image: nginx:1.28.1
container_name: update-test
profiles: ["core","all","test"]
profiles: ["test"]
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"] # returns 0 if Nginx is up
interval: 5s
@@ -11,14 +11,14 @@ services:
start_period: 2s
docker-update-exporter-test:
profiles: ["core","all","test"]
profiles: ["test"]
build:
context: ${PROJECT_ROOT}/core/test
container_name: docker-update-exporter-test
stdin_open: true
tty: true
depends_on:
- docker-socket-proxy
# depends_on:
# - docker-socket-proxy
environment:
DOCKER_HOST: tcp://docker-socket-proxy:2375
volumes: