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" - "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: