redis remove

This commit is contained in:
2024-03-23 13:56:47 +03:00
parent a45497a3fb
commit c75c9b3ee4

View File

@@ -9,7 +9,7 @@ services:
- "9095:9095"
restart: always
links:
- redis
# - redis
- mongo
tty: true
environment:
@@ -26,12 +26,6 @@ services:
ports: ["27017:27017"]
networks:
- smarthome
redis:
container_name: redis
image: redis:5.0.8
restart: always
command: ["redis-server", "--bind", "redis", "--port", "6379"]
ports: ["6379:6379"]
mongo-express:
container_name: mongo-express
image: mongo-express
@@ -43,6 +37,12 @@ services:
- mongo
networks:
- smarthome
# redis:
# container_name: redis
# image: redis:5.0.8
# restart: always
# command: ["redis-server", "--bind", "redis", "--port", "6379"]
# ports: ["6379:6379"]
networks:
smarthome: