Skip to content

Commit 2ac110f

Browse files
committed
compose: switch http-ca to master image
1 parent 8f708a8 commit 2ac110f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docker-compose.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ services:
149149
nfd: { condition: service_healthy }
150150

151151
root-http-ca:
152-
image: ghcr.io/ucla-irl/http-ca-server:latest
152+
image: ghcr.io/ucla-irl/testbed-master:latest
153153
profiles: [root-ca] # in .env
154154
init: true
155155
tty: true
@@ -158,6 +158,10 @@ services:
158158
- ${PWD}/dist/root-http-ca/cert-store:/config/cert-store
159159
- ${PWD}/dist/root-http-ca/http-ca-server.yml:/config/http-ca-server.yml:ro
160160
- ${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
161165
restart: unless-stopped
162166
depends_on:
163167
master: { condition: service_healthy }

0 commit comments

Comments
 (0)