Skip to content

Commit cd2e422

Browse files
committed
fix docker antithesis, add antithesis-net bridge network to compose
1 parent a340999 commit cd2e422

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docker/docker-compose.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
# docker compose -f docker/docker-compose.yaml config
1414
# docker compose -f docker/docker-compose.yaml up --build
1515

16+
networks:
17+
antithesis-net:
18+
driver: bridge
19+
1620
services:
1721
driver:
1822
image: ghcr.io/saratomaz/cardano-node-tests-antithesis:latest
@@ -22,6 +26,8 @@ services:
2226
# antithesis_run.sh sets nix offline, exports pre-built paths, emits
2327
# setup_complete, then hands off to regression.sh.
2428
command: ["/work/docker/antithesis_run.sh"]
29+
networks:
30+
- antithesis-net
2531
environment:
2632
# NODE_REV is baked into the image at build time; do not override here.
2733
- CARDANO_CLI_REV=${CARDANO_CLI_REV:-}

0 commit comments

Comments
 (0)