main deployment rule
This commit is contained in:
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
|
||||||
|
Loading…
Reference in New Issue
Block a user