redis remove
This commit is contained in:
@@ -9,7 +9,7 @@ services:
|
|||||||
- "9095:9095"
|
- "9095:9095"
|
||||||
restart: always
|
restart: always
|
||||||
links:
|
links:
|
||||||
- redis
|
# - redis
|
||||||
- mongo
|
- mongo
|
||||||
tty: true
|
tty: true
|
||||||
environment:
|
environment:
|
||||||
@@ -26,12 +26,6 @@ services:
|
|||||||
ports: ["27017:27017"]
|
ports: ["27017:27017"]
|
||||||
networks:
|
networks:
|
||||||
- smarthome
|
- smarthome
|
||||||
redis:
|
|
||||||
container_name: redis
|
|
||||||
image: redis:5.0.8
|
|
||||||
restart: always
|
|
||||||
command: ["redis-server", "--bind", "redis", "--port", "6379"]
|
|
||||||
ports: ["6379:6379"]
|
|
||||||
mongo-express:
|
mongo-express:
|
||||||
container_name: mongo-express
|
container_name: mongo-express
|
||||||
image: mongo-express
|
image: mongo-express
|
||||||
@@ -43,6 +37,12 @@ services:
|
|||||||
- mongo
|
- mongo
|
||||||
networks:
|
networks:
|
||||||
- smarthome
|
- smarthome
|
||||||
|
# redis:
|
||||||
|
# container_name: redis
|
||||||
|
# image: redis:5.0.8
|
||||||
|
# restart: always
|
||||||
|
# command: ["redis-server", "--bind", "redis", "--port", "6379"]
|
||||||
|
# ports: ["6379:6379"]
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
smarthome:
|
smarthome:
|
||||||
|
|||||||
Reference in New Issue
Block a user