change image in compose file
Some checks failed
Lint / Lint (push) Successful in 1m53s
Deploy / CreateImage (push) Successful in 2m14s
Deploy / DeployService (push) Failing after 1m11s

This commit is contained in:
skeris 2024-12-09 22:01:59 +03:00
parent 013a73467f
commit 8ac261359e

@ -1,4 +1,3 @@
version: "3"
services:
feedback:
container_name: feedback
@ -9,9 +8,9 @@ services:
- default
labels:
com.pena.allowed_headers: content-type,response-type
image: $CI_REGISTRY_IMAGE/staging:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
image: gitea.pena/penaside/feedback/staging:$GITHUB_RUN_NUMBER
ports:
- 10.8.0.6:8006:80
- 10.7.0.6:8006:80
environment:
- HTTP_ADDRESS=:80
- HTTP_RATE_LIMIT=30s
@ -27,9 +26,9 @@ services:
hostname: requestquiz
networks:
- default
image: $CI_REGISTRY_IMAGE/staging:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
image: gitea.pena/penaside/feedback/staging:$GITHUB_RUN_NUMBER
ports:
- 10.8.0.6:8007:80
- 10.8.0.7:8007:80
labels:
com.pena.allowed_headers: content-type,response-type
environment: