17 lines
330 B
YAML
17 lines
330 B
YAML
version: '3.3'
|
|
|
|
services:
|
|
notification:
|
|
restart: always
|
|
image: docker.ibasis.net/simfony/core/notification-microservice:2.0.0-prod
|
|
environment:
|
|
- spring.profiles.active=mtqa
|
|
ports:
|
|
- "172.20.64.140:9090:9090"
|
|
networks:
|
|
- portal_qa
|
|
|
|
networks:
|
|
portal_qa:
|
|
external: true
|