Skip to content

Commit b637bef

Browse files
authored
fix: remove builder from compose (#1643)
1 parent b026bd5 commit b637bef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
version: "3.7"
22
volumes:
33
auth-vol:
4-
# builder-store-vol:
54
gateway-vol:
65
postgres-vol:
76
resource-recorder-vol:
@@ -114,7 +113,6 @@ services:
114113
- "--auth-uri=http://auth:8000"
115114
- "--deploys-api-key=${DEPLOYS_API_KEY}"
116115
- "--provisioner-host=provisioner"
117-
- "--builder-host=builder"
118116
- "--proxy-fqdn=${APPS_FQDN}"
119117
- "--use-tls=${USE_TLS}"
120118
- "--admin-key=${GATEWAY_ADMIN_KEY}"

0 commit comments

Comments
 (0)