Files
smarthost-proxy/vpn/firewall_wireguard-27dhuwdh.json
gyurix 55dade2f34
All checks were successful
continuous-integration/drone/push Build is passing
replaced safebox
2025-03-05 17:25:36 +01:00

70 lines
2.0 KiB
JSON

{
"main": {
"SERVICE_NAME": "firewalls",
"DOMAIN": "null"
},
"containers": [
{
"IMAGE": "safebox/firewall",
"NAME": "null",
"MEMORY": "64M",
"IP": "null",
"NETWORK": "host",
"VOLUMES": [
{
"SOURCE": "/run/",
"DEST": "/run/",
"TYPE": "rw"
},
{
"SOURCE": "/etc/user/config/services",
"DEST": "/services",
"TYPE": "ro"
}
],
"PORTS": [ ],
"READYNESS": [
{"tcp": ""},
{"HTTP": ""},
{"EXEC": "/ready.sh"}
],
"ENVS": [
{
"NAME": "CHAIN",
"VALUE": "DOCKER-USER"
},
{
"NAME": "SOURCE_IP",
"VALUE": "172.16.0.2"
},
{
"NAME": "TARGET_IP",
"VALUE": "172.18.100.2"
},
{
"NAME": "TYPE",
"VALUE": "tcp"
},
{
"NAME": "TARGET_PORT_1",
"VALUE": "80"
},
{
"NAME": "TARGET_PORT_2",
"VALUE": "443"
},
{
"NAME": "COMMENT",
"VALUE": "27dhuwdh"
}
],
"EXTRA": "--privileged",
"DEPEND": "null",
"START_ON_BOOT": "false",
"CMD": "null",
"PRE_START": "null",
"POST_START": "null"
}
]
}