From 01c6283ced8ddc7e7fc91f453cc9c6ec684f6e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20G=C3=B6tz?= Date: Fri, 30 Nov 2018 15:48:00 +0100 Subject: [PATCH] Add stuve services --- config.json | 16 ++++++++++++++++ start.py | 1 - 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..85f02ae --- /dev/null +++ b/config.json @@ -0,0 +1,16 @@ +{ + "/opt/docker/frontend/": [ + "traefik" + ], + "/opt/docker/services/": [ + "ldap", + "keycloak", + "cloud", + "cms", + "ics_merger", + "keycloak_account_selector", + "antragsgruen" + ] +} + + diff --git a/start.py b/start.py index cd2c415..7e4e236 100644 --- a/start.py +++ b/start.py @@ -22,4 +22,3 @@ if __name__ == "__main__": args = parser.parse_args() start(args.config_file) - \ No newline at end of file