File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ services:
149
149
nfd : { condition: service_healthy }
150
150
151
151
root-http-ca :
152
- image : ghcr.io/ucla-irl/http-ca-server :latest
152
+ image : ghcr.io/ucla-irl/testbed-master :latest
153
153
profiles : [root-ca] # in .env
154
154
init : true
155
155
tty : true
@@ -158,6 +158,10 @@ services:
158
158
- ${PWD}/dist/root-http-ca/cert-store:/config/cert-store
159
159
- ${PWD}/dist/root-http-ca/http-ca-server.yml:/config/http-ca-server.yml:ro
160
160
- ${PWD}/framework/http-ca-server.py:/app/http-ca-server.py:ro
161
+ environment :
162
+ HOME : /config
163
+ entrypoint : /app/http-ca-server.py
164
+ command : /config/http-ca-server.yml
161
165
restart : unless-stopped
162
166
depends_on :
163
167
master : { condition: service_healthy }
You can’t perform that action at this time.
0 commit comments