Remove other version:
This commit is contained in:
parent
6f8b6bdc01
commit
7af397cb58
@ -16,7 +16,6 @@ Some of the benefits of using Traefik over NGinx are:
|
|||||||
- `BTCPAYGEN_ADDITIONAL_FRAGMENTS`: Add `traefik`
|
- `BTCPAYGEN_ADDITIONAL_FRAGMENTS`: Add `traefik`
|
||||||
- `BTCPAY_ADDITIONAL_HOSTS`: Traefik can not accept list of hosts. Add additional hosts in a new file named e.g. `btcpayserver-traefic.custom.yml`:
|
- `BTCPAY_ADDITIONAL_HOSTS`: Traefik can not accept list of hosts. Add additional hosts in a new file named e.g. `btcpayserver-traefic.custom.yml`:
|
||||||
```
|
```
|
||||||
version: "3"
|
|
||||||
services:
|
services:
|
||||||
btcpayserver:
|
btcpayserver:
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
@ -1,5 +1,3 @@
|
|||||||
version: "3"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
beldexd:
|
beldexd:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
@ -1,5 +1,3 @@
|
|||||||
version: "3"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
beldexd:
|
beldexd:
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@ -167,7 +167,6 @@ namespace DockerGenerator
|
|||||||
}
|
}
|
||||||
|
|
||||||
YamlMappingNode output = new YamlMappingNode();
|
YamlMappingNode output = new YamlMappingNode();
|
||||||
output.Add("version", new YamlScalarNode("3") { Style = YamlDotNet.Core.ScalarStyle.DoubleQuoted });
|
|
||||||
output.Add("services", new YamlMappingNode(Merge(services)));
|
output.Add("services", new YamlMappingNode(Merge(services)));
|
||||||
output.Add("volumes", new YamlMappingNode(volumes));
|
output.Add("volumes", new YamlMappingNode(volumes));
|
||||||
output.Add("configs", new YamlMappingNode(configs));
|
output.Add("configs", new YamlMappingNode(configs));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user