diff --git a/blueprints/autobase/docker-compose.yml b/blueprints/autobase/docker-compose.yml index b2ac57f..d9f27a3 100644 --- a/blueprints/autobase/docker-compose.yml +++ b/blueprints/autobase/docker-compose.yml @@ -10,6 +10,7 @@ services: - PG_CONSOLE_AUTHORIZATION_TOKEN=${PG_CONSOLE_AUTHORIZATION_TOKEN} volumes: - console_postgres:/var/lib/postgresql + - /var/run/docker.sock:/var/run/docker.sock - /tmp/ansible:/tmp/ansible volumes: diff --git a/blueprints/autobase/template.toml b/blueprints/autobase/template.toml index 3900973..56edb63 100644 --- a/blueprints/autobase/template.toml +++ b/blueprints/autobase/template.toml @@ -5,9 +5,7 @@ authenticattion_token = "${base64:32}" [config] env = [ - "HTTP_PORT=8900", - "API_PORT=8090", - "PG_CONSOLE_API_URL=https://${api_domain}", + "PG_CONSOLE_API_URL=http://${api_domain}/api/v1", "PG_CONSOLE_AUTHORIZATION_TOKEN=${authenticattion_token}", ] mounts = []