Change prod container names
This commit is contained in:
parent
b0efaeef90
commit
00890860c0
|
@ -12,6 +12,7 @@ version: "2.2"
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: pathogen/monolith:latest
|
image: pathogen/monolith:latest
|
||||||
|
container_name: monolith
|
||||||
build: ./docker
|
build: ./docker
|
||||||
volumes:
|
volumes:
|
||||||
- ${PORTAINER_GIT_DIR}:/code
|
- ${PORTAINER_GIT_DIR}:/code
|
||||||
|
@ -32,6 +33,7 @@ services:
|
||||||
|
|
||||||
threshold:
|
threshold:
|
||||||
image: pathogen/threshold:latest
|
image: pathogen/threshold:latest
|
||||||
|
container_name: threshold
|
||||||
build: ./legacy/docker
|
build: ./legacy/docker
|
||||||
volumes:
|
volumes:
|
||||||
- ${PORTAINER_GIT_DIR}:/code
|
- ${PORTAINER_GIT_DIR}:/code
|
||||||
|
@ -101,6 +103,7 @@ services:
|
||||||
|
|
||||||
kafka:
|
kafka:
|
||||||
image: bitnami/kafka
|
image: bitnami/kafka
|
||||||
|
container_name: kafka
|
||||||
depends_on:
|
depends_on:
|
||||||
- zookeeper
|
- zookeeper
|
||||||
- broker
|
- broker
|
||||||
|
|
Loading…
Reference in New Issue