change image in compose file
This commit is contained in:
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:
|
||||
|
Loading…
Reference in New Issue
Block a user