Skip to content

Commit

Permalink
Update docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
cla7aye15I4nd committed Jul 18, 2024
1 parent f76ef6d commit c47ba6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ services:
- ./artifact/nginx/results:/results
environment:
- TARGET=${TARGET:-shadowbound}
privileged: true
image: ghcr.io/cla7aye15i4nd/shadowbound/shadowbound-nginx:1.0.0
depends_on:
- shadowbound
Expand All @@ -27,6 +28,7 @@ services:
- "org.opencontainers.image.source=https://github.com/cla7aye15I4nd/shadowbound"
volumes:
- ./artifact/chakra/results:/results
privileged: true
image: ghcr.io/cla7aye15i4nd/shadowbound/shadowbound-chakra:1.0.0
sec-eval:
build:
Expand All @@ -43,5 +45,6 @@ services:
dockerfile: artifact/spec2017/Dockerfile
labels:
- "org.opencontainers.image.source=https://github.com/cla7aye15I4nd/shadowbound"
privileged: true
depends_on:
- shadowbound

0 comments on commit c47ba6c

Please sign in to comment.