Add stuve services

This commit is contained in:
Götz 2018-11-30 15:48:00 +01:00
parent 6617c7d5af
commit 01c6283ced
2 changed files with 16 additions and 1 deletions

16
config.json Normal file
View File

@ -0,0 +1,16 @@
{
"/opt/docker/frontend/": [
"traefik"
],
"/opt/docker/services/": [
"ldap",
"keycloak",
"cloud",
"cms",
"ics_merger",
"keycloak_account_selector",
"antragsgruen"
]
}

View File

@ -22,4 +22,3 @@ if __name__ == "__main__":
args = parser.parse_args()
start(args.config_file)