main deployment rule
Some checks failed
Lint / Lint (push) Failing after 51s
Deploy / CreateImage (push) Successful in 1m24s
Deploy / DeployService (push) Failing after 22s

This commit is contained in:
skeris 2025-02-22 15:43:25 +03:00
parent bf78f72f79
commit a69a7826c4

@ -1,15 +1,12 @@
version: "3"
services: services:
feedback: feedback:
container_name: feedback container_name: feedback
restart: unless-stopped restart: unless-stopped
tty: true tty: true
hostname: feedback hostname: feedback
networks: image: gitea.pena/penaside/feedback/main:$GITHUB_RUN_NUMBER
- default
image: $CI_REGISTRY_IMAGE/main:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
ports: ports:
- 10.8.0.8:8006:80 - 10.8.0.226:8006:80
environment: environment:
- HTTP_ADDRESS=:80 - HTTP_ADDRESS=:80
- HTTP_RATE_LIMIT=30s - HTTP_RATE_LIMIT=30s
@ -23,11 +20,9 @@ services:
restart: unless-stopped restart: unless-stopped
tty: true tty: true
hostname: manualquiz hostname: manualquiz
networks: image: gitea.pena/penaside/feedback/main:$GITHUB_RUN_NUMBER
- default
image: $CI_REGISTRY_IMAGE/main:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
ports: ports:
- 10.8.0.8:8007:80 - 10.8.0.226:8007:80
environment: environment:
- HTTP_ADDRESS=:80 - HTTP_ADDRESS=:80
- HTTP_RATE_LIMIT=30s - HTTP_RATE_LIMIT=30s