dlv add continue flag
All checks were successful
Deploy / CreateImage (push) Successful in 2m9s
Deploy / DeployService (push) Successful in 25s

This commit is contained in:
skeris 2025-01-12 23:48:12 +03:00
parent d0d20de63e
commit 8607c41ee0

@ -9,7 +9,7 @@ services:
- 10.7.0.6:7037:7036 - 10.7.0.6:7037:7036
- 10.7.0.6:7137:2345 - 10.7.0.6:7137:2345
#command: ls /usr/local/bin/ #command: ls /usr/local/bin/
command: dlv --listen=:2345 --headless=true --log=true --log-output=debugger,debuglineerr,gdbwire,lldbout,rpc --accept-multiclient --api-version=2 exec /app command: dlv --listen=:2345 --continue --headless=true --log=true --log-output=debugger,debuglineerr,gdbwire,lldbout,rpc --accept-multiclient --api-version=2 exec /app
environment: environment:
TELEGRAM_TOKEN: "6414077478:AAFk03HezovLT2kO_i9OYswH8Weirsgp9GU" TELEGRAM_TOKEN: "6414077478:AAFk03HezovLT2kO_i9OYswH8Weirsgp9GU"
TELEGRAM_CHANNEL_ID: -1002131384011 TELEGRAM_CHANNEL_ID: -1002131384011