feat: wscad server setup

This commit is contained in:
2024-03-17 20:17:20 +00:00
parent 686231fa87
commit b40bc4c459
4 changed files with 25 additions and 0 deletions

View File

@@ -290,3 +290,15 @@ keycloak_clients:
keycloak_id: "00000000-0000-0000-0000-000000000017"
groups:
master_address: "https://smartchecks.atlantishq.de"
ferchau-wscad:
party_secret: "aHISTORY_PURGED_SECRET"
client_id: z_guenter
client_secret: "HISTORY_PURGED_SECRET"
redirect_uris:
- "https://wscad.atlantishq.de/*"
description: "WSCAD"
keycloak_id: "00000000-0000-0000-0000-000000000018"
groups: "guenter"
master_address: "https://wscad.atlantishq.de"

View File

@@ -107,6 +107,7 @@
- money-balancer
- atlantis-web-check
- ntfy
- ferchau-wscad
- name: Copy compose templates
template:
@@ -130,6 +131,7 @@
- money-balancer
- atlantis-web-check
- ntfy
- ferchau-wscad
- name: Log into private registry
docker_login:
@@ -161,6 +163,7 @@
- money-balancer
- atlantis-web-check
- ntfy
- ferchau-wscad
- name: OAuth2Proxy directories
file:
@@ -178,6 +181,7 @@
#- reactive-resume
- money-balancer
- atlantis-web-check
- ferchau-wscad
- name: include services ports
include_vars: services.yaml
@@ -197,6 +201,7 @@
#- reactive-resume
- money-balancer
- atlantis-web-check
- ferchau-wscad
- name: Deploy OAuth2Proxy
community.docker.docker_compose:
@@ -213,3 +218,4 @@
#- reactive-resume
- money-balancer
- atlantis-web-check
- ferchau-wscad

View File

@@ -0,0 +1,5 @@
ferchau-wscad:
restart: always
ports:
- 6019:5000
image: harbor-registry.atlantishq.de/guenter/wscad-server

View File

@@ -29,3 +29,5 @@ services:
port: 5017
atlantis-web-check:
port: 5018
ferchau-wscad:
port: 5019