Skip to content

Commit 218766d

Browse files
committed
🔥 remove appswitcher from stack (not needed)
1 parent 5e7a918 commit 218766d

File tree

5 files changed

+0
-34
lines changed

5 files changed

+0
-34
lines changed

stack/appswitcher-server/application.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.
-10.3 KB
Binary file not shown.
-49.1 KB
Binary file not shown.
-4.08 KB
Binary file not shown.

stack/docker-compose.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -116,20 +116,5 @@ services:
116116
test: [ "CMD-SHELL", "curl http://localhost:8080/actuator/health/liveness" ]
117117
security_opt: *security_settings
118118

119-
appswitcher-server:
120-
image: ghcr.io/it-at-m/appswitcher-server:1.2.3@sha256:8a6b7f111e003b2885047c73ec04940c358c589fe3c833362093b9a4334480c6
121-
environment:
122-
- SPRING_WEB_RESOURCES_STATIC_LOCATIONS=file:/workspace/static
123-
- THC_PATH=/actuator/health/liveness
124-
ports:
125-
- "8084:8080"
126-
volumes:
127-
- "./appswitcher-server/application.yml:/workspace/config/application.yml"
128-
- "./appswitcher-server/static:/workspace/static"
129-
healthcheck:
130-
<<: *healthcheck
131-
test: ["CMD-SHELL", "/workspace/health-check"]
132-
security_opt: *security_settings
133-
134119
networks:
135120
keycloak:

0 commit comments

Comments
 (0)