mirror of
https://github.com/Cian-H/I-Form_Research_Server_Stack.git
synced 2025-12-23 14:42:02 +00:00
Removed whoami from stack, as it serves no purpose
This commit is contained in:
10
stack.yaml
10
stack.yaml
@@ -51,16 +51,6 @@ services:
|
|||||||
# secrets:
|
# secrets:
|
||||||
# - traefik_cert
|
# - traefik_cert
|
||||||
# - traefik_key
|
# - 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 ~~~~~~###
|
###~~~~~~ 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
|
# We want neo4j as a graph database that can easily be used by other services
|
||||||
neo4j:
|
neo4j:
|
||||||
|
|||||||
Reference in New Issue
Block a user