adding debug volume and log conent
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
gyurix
2025-03-12 07:52:12 +01:00
parent ba3be0fbd0
commit 3100110e23
2 changed files with 146 additions and 121 deletions

View File

@@ -6,11 +6,16 @@
"containers": [
{
"IMAGE": "safebox/proxy-scheduler:latest",
"NAME": "proxy_scheduler-ifhiwhhg",
"NAME": "proxy_scheduler",
"MEMORY": "64M",
"IP": "null",
"NETWORK": "host",
"VOLUMES": [
{
"SOURCE": "SHARED",
"DEST": "/var/tmp/shared",
"TYPE": "rw"
},
{
"SOURCE": "/etc/user/config/services",
"DEST": "/etc/user/config/services",