From 461720ea60e0250399589877db8b929a69fcfde5 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 12 Jan 2024 10:46:27 +0000 Subject: [PATCH] Removed whoami from stack, as it serves no purpose --- stack.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/stack.yaml b/stack.yaml index 742715c..9986155 100644 --- a/stack.yaml +++ b/stack.yaml @@ -51,16 +51,6 @@ services: # secrets: # - traefik_cert # - traefik_key - whoami: - image: "containous/whoami" - labels: - - "traefik.enable=true" - # - "traefik.http.routers.whoami.entrypoints=web" - - "traefik.http.routers.whoami.rule=Host(`whoami.${traefikhost}`)" - - "traefik.http.routers.whoami.tls=true" - - "traefik.http.routers.whoami.tls.certresolver=myresolver" - networks: - - i-form_research_server_stack ###~~~~~~ Then, we will need numerous databases for our various services ~~~~~~### # We want neo4j as a graph database that can easily be used by other services neo4j: