add v1.0.0 version rules for staging
This commit is contained in:
parent
8ea49a32ac
commit
02194059af
@ -1,15 +1,17 @@
|
||||
version: '3.3'
|
||||
|
||||
services:
|
||||
codeword:
|
||||
hostname: codeword
|
||||
container_name: codeword
|
||||
codewordv1.0.0:
|
||||
hostname: codewordv1.0.0
|
||||
container_name: codewordv1.0.0
|
||||
image: $CI_REGISTRY_IMAGE/staging:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
|
||||
tty: true
|
||||
environment:
|
||||
APP_NAME: 'codeword'
|
||||
HTTP_HOST: '0.0.0.0'
|
||||
HTTP_PORT: '3000'
|
||||
HTTP_CLIENT_HOST: '0.0.0.0'
|
||||
HTTP_CLIENT_PORT: '3000'
|
||||
HTTP_ADMIN_HOST: '0.0.0.0'
|
||||
HTTP_ADMIN_PORT: '3001'
|
||||
MONGO_HOST: '10.8.0.6'
|
||||
MONGO_PORT: '27017'
|
||||
MONGO_USER: 'auth-service-user'
|
||||
@ -42,7 +44,6 @@ services:
|
||||
TRASH_LOG_HOST: "10.8.0.15:7113"
|
||||
MODULE_LOGGER: "codeword-staging"
|
||||
ports:
|
||||
- 10.8.0.6:59664:3000
|
||||
- 10.8.0.6:59665:9000
|
||||
networks:
|
||||
- default
|
||||
- 10.8.0.6:19100:3000
|
||||
- 10.8.0.6:29100:3001
|
||||
- 10.8.0.6:39100:9000
|
||||
|
Loading…
Reference in New Issue
Block a user