feedback/deployments/staging/docker-compose.yaml
skeris b9605bc46f
Some checks failed
Deploy / CreateImage (push) Successful in 2m21s
Deploy / DeployService (push) Successful in 1m9s
Lint / Lint (push) Failing after 2m3s
add delve
2024-12-11 00:13:43 +03:00

46 lines
1.6 KiB
YAML

services:
feedback:
container_name: feedback
restart: unless-stopped
tty: true
hostname: feedback
networks:
- default
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
- TEMPLATE_PATH=template.txt
- TELEGRAM_CHANNEL_ID=-1002142785420
- TELEGRAM_TOKEN=6112841016:AAH2nO1c6mqfMewBvHwdXCDp5PCclOuc99s
- TRASH_LOG_HOST=10.7.0.5:7113
- MODULE_LOGGER=feedback
manualquiz:
container_name: requestquiz
restart: unless-stopped
tty: true
hostname: requestquiz
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:
- HTTP_ADDRESS=:80
- HTTP_RATE_LIMIT=30s
- TEMPLATE_PATH=template.txt
- TELEGRAM_CHANNEL_ID=-1002147891654
- TELEGRAM_TOKEN=6112841016:AAH2nO1c6mqfMewBvHwdXCDp5PCclOuc99s
- TRASH_LOG_HOST=10.7.0.5:7113
- MODULE_LOGGER=manualquiz