6 lines
171 B
YAML
6 lines
171 B
YAML
|
# Add-on pod to include foundry tooling within a fixturenet
|
||
|
services:
|
||
|
foundry:
|
||
|
image: ghcr.io/foundry-rs/foundry:latest
|
||
|
command: ["while :; do sleep 600; done"]
|