Skip to content

Commit

Permalink
compose: switch http-ca to master image
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed May 9, 2024
1 parent 8f708a8 commit 2ac110f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ services:
nfd: { condition: service_healthy }

root-http-ca:
image: ghcr.io/ucla-irl/http-ca-server:latest
image: ghcr.io/ucla-irl/testbed-master:latest
profiles: [root-ca] # in .env
init: true
tty: true
Expand All @@ -158,6 +158,10 @@ services:
- ${PWD}/dist/root-http-ca/cert-store:/config/cert-store
- ${PWD}/dist/root-http-ca/http-ca-server.yml:/config/http-ca-server.yml:ro
- ${PWD}/framework/http-ca-server.py:/app/http-ca-server.py:ro
environment:
HOME: /config
entrypoint: /app/http-ca-server.py
command: /config/http-ca-server.yml
restart: unless-stopped
depends_on:
master: { condition: service_healthy }
Expand Down

0 comments on commit 2ac110f

Please sign in to comment.