Files
local-backend/local-backend.json
gyurix d0d1963e3b
All checks were successful
continuous-integration/drone/push Build is passing
Update container image references to use 'safebox' namespace
2025-03-05 17:31:25 +01:00

39 lines
913 B
JSON

{
"main": {
"SERVICE_NAME": "local-backend",
"DOMAIN": "DOMAIN_NAME"
},
"containers": [
{
"IMAGE": "safebox/local-backend",
"UPDATE": "true",
"NAME": "localbackend",
"MEMORY": "64M",
"SELECTOR": "localbackend",
"VOLUMES": [],
"PORTS": [
{
"SOURCE": "null",
"DEST": "80",
"TYPE": "tcp"
}
],
"READYNESS": [
{"tcp": ""},
{"HTTP": ""},
{"EXEC": "/ready.sh"}
],
"ENVS": [
],
"EXTRA": "--restart=always --log-opt max-size=500m",
"DEPEND": [ ],
"START_ON_BOOT": "false",
"CMD": "null",
"PRE_START": "null",
"POST_START": [
"firewall-local-backend",
"domain-local-backend" ]
}
]
}