change image in compose file
This commit is contained in:
parent
013a73467f
commit
8ac261359e
@ -1,4 +1,3 @@
|
|||||||
version: "3"
|
|
||||||
services:
|
services:
|
||||||
feedback:
|
feedback:
|
||||||
container_name: feedback
|
container_name: feedback
|
||||||
@ -9,9 +8,9 @@ services:
|
|||||||
- default
|
- default
|
||||||
labels:
|
labels:
|
||||||
com.pena.allowed_headers: content-type,response-type
|
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:
|
ports:
|
||||||
- 10.8.0.6:8006:80
|
- 10.7.0.6:8006:80
|
||||||
environment:
|
environment:
|
||||||
- HTTP_ADDRESS=:80
|
- HTTP_ADDRESS=:80
|
||||||
- HTTP_RATE_LIMIT=30s
|
- HTTP_RATE_LIMIT=30s
|
||||||
@ -27,9 +26,9 @@ services:
|
|||||||
hostname: requestquiz
|
hostname: requestquiz
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
image: $CI_REGISTRY_IMAGE/staging:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
|
image: gitea.pena/penaside/feedback/staging:$GITHUB_RUN_NUMBER
|
||||||
ports:
|
ports:
|
||||||
- 10.8.0.6:8007:80
|
- 10.8.0.7:8007:80
|
||||||
labels:
|
labels:
|
||||||
com.pena.allowed_headers: content-type,response-type
|
com.pena.allowed_headers: content-type,response-type
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user