From 47ae33a8c8a724168c0c813a0ea89bae13a60f59 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Mon, 13 Jan 2025 01:42:51 -0500 Subject: add zigbee --- roles/whois/templates/docker-compose.yml.j2 | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'roles/whois/templates/docker-compose.yml.j2') diff --git a/roles/whois/templates/docker-compose.yml.j2 b/roles/whois/templates/docker-compose.yml.j2 index 4832672..7a15155 100644 --- a/roles/whois/templates/docker-compose.yml.j2 +++ b/roles/whois/templates/docker-compose.yml.j2 @@ -5,7 +5,7 @@ services: restart: always image: git.simponic.xyz/simponic/whois healthcheck: - test: ["CMD", "wget", "--spider", "http://localhost:8080/api/health"] + test: ["CMD", "wget", "--spider", "http://localhost:8080/health"] interval: 5s timeout: 10s retries: 5 @@ -13,4 +13,14 @@ services: volumes: - ./db:/app/db ports: - - "127.0.0.1:8466:8080" + - "127.0.0.1:8467:8080" + frontend: + restart: always + image: git.simponic.xyz/simponic/penguin-new-tab + healthcheck: + test: ["CMD", "wget", "--spider", "http://localhost:3000"] + interval: 5s + timeout: 10s + retries: 5 + ports: + - "127.0.0.1:8466:3000" -- cgit v1.2.3-70-g09d2