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