add delve
Some checks failed
Deploy / CreateImage (push) Successful in 2m21s
Deploy / DeployService (push) Successful in 1m9s
Lint / Lint (push) Failing after 2m3s

This commit is contained in:
skeris 2024-12-10 15:46:47 +03:00
parent 4ecd420f13
commit b9605bc46f

@ -9,8 +9,10 @@ services:
labels:
com.pena.allowed_headers: content-type,response-type
image: gitea.pena/penaside/feedback/staging:$GITHUB_RUN_NUMBER
#command: dlv --listen=:2345 --headless=true --log=true --log-output=debugger,debuglineerr,gdbwire,lldbout,rpc --accept-multiclient --api-version=2 exec ./app
ports:
- 10.7.0.6:8006:80
- 10.7.0.6:8106:2345
environment:
- HTTP_ADDRESS=:80
- HTTP_RATE_LIMIT=30s
@ -27,8 +29,10 @@ services:
networks:
- default
image: gitea.pena/penaside/feedback/staging:$GITHUB_RUN_NUMBER
#command: dlv --listen=:2345 --headless=true --log=true --log-output=debugger,debuglineerr,gdbwire,lldbout,rpc --accept-multiclient --api-version=2 exec ./app
ports:
- 10.7.0.6:8007:80
- 10.7.0.6:8107:2345
labels:
com.pena.allowed_headers: content-type,response-type
environment: