add delve
This commit is contained in:
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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user