ci(staging): image
This commit is contained in:
parent
dfbd4a6b8e
commit
e7a05d2417
@ -2,7 +2,9 @@ version: "3.3"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
treasurer-app:
|
treasurer-app:
|
||||||
|
hostname: treasurer-service
|
||||||
container_name: treasurer-service
|
container_name: treasurer-service
|
||||||
|
image: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
|
||||||
tty: true
|
tty: true
|
||||||
build:
|
build:
|
||||||
context: ../../.
|
context: ../../.
|
||||||
@ -40,6 +42,7 @@ services:
|
|||||||
- treasurer-mock
|
- treasurer-mock
|
||||||
|
|
||||||
treasurer-mock:
|
treasurer-mock:
|
||||||
|
hostname: treasurer-mock
|
||||||
container_name: treasurermock-container
|
container_name: treasurermock-container
|
||||||
image: 'wiremock/wiremock:2.35.0'
|
image: 'wiremock/wiremock:2.35.0'
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user