This repository has been archived on 2023-05-06. You can view files and clone it, but cannot push or open issues or pull requests.
helix/internal/config/testdata/config-valid.json
Dan Anglin 2a761272a0
feat: create a shared volume
The shared volume will be used by each container
to share their specific traefik dynamic
configuration to allow Traefik to dynamically
configure the backend.
2021-07-11 13:39:58 +01:00

22 lines
449 B
JSON

{
"project": "forge-platform-test-config",
"docker": {
"network": {
"subnet": "172.17.1.0/24",
"name": "forge-platform-test-netwwork",
"driver": "default"
},
"sharedVolume": {
"name": "shared-volume"
}
},
"services": {
"traefik": {
"checkNewVersion": true,
"sendAnonymousUsage": false,
"version": "v2.4.9",
"containerIp": "172.17.1.2",
"logLevel": "info"
}
}
}