Update 'docker-compose.yml'
This commit is contained in:
parent
36455a90d6
commit
1dc1315d31
|
@ -7,7 +7,7 @@ services:
|
||||||
replicas: 0 # will scale after mongo initated
|
replicas: 0 # will scale after mongo initated
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: any
|
condition: any
|
||||||
image: rocketchat/rocket.chat:3.5.4
|
image: rocketchat/rocket.chat:3.0.7
|
||||||
networks:
|
networks:
|
||||||
- appnet
|
- appnet
|
||||||
- externalnet
|
- externalnet
|
||||||
|
@ -28,7 +28,7 @@ services:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: any
|
condition: any
|
||||||
image: mongo:4.4
|
image: mongo:4.0
|
||||||
networks:
|
networks:
|
||||||
- appnet
|
- appnet
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue