We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a340999 commit cd2e422Copy full SHA for cd2e422
1 file changed
docker/docker-compose.yaml
@@ -13,6 +13,10 @@
13
# docker compose -f docker/docker-compose.yaml config
14
# docker compose -f docker/docker-compose.yaml up --build
15
16
+networks:
17
+ antithesis-net:
18
+ driver: bridge
19
+
20
services:
21
driver:
22
image: ghcr.io/saratomaz/cardano-node-tests-antithesis:latest
@@ -22,6 +26,8 @@ services:
26
# antithesis_run.sh sets nix offline, exports pre-built paths, emits
23
27
# setup_complete, then hands off to regression.sh.
24
28
command: ["/work/docker/antithesis_run.sh"]
29
+ networks:
30
+ - antithesis-net
25
31
environment:
32
# NODE_REV is baked into the image at build time; do not override here.
33
- CARDANO_CLI_REV=${CARDANO_CLI_REV:-}
0 commit comments