##// END OF EJS Templates
Remove redis port and update containers names
Juan C. Espinoza -
r29:d5850278df50
parent child
Show More
@@ -1,4 +1,4
1 HOST_MONGO=mongo
2 HOST_REDIS=redis
1 HOST_MONGO=realtime_mongo
2 HOST_REDIS=realtime_redis
3 3 TZ=America/Lima
4 4 APP_DIR=/app No newline at end of file
@@ -38,8 +38,6 services:
38 38 redis:
39 39 container_name: 'realtime_redis'
40 40 image: 'redis:3.2-alpine'
41 ports:
42 - '127.0.0.1:6379:6379'
43 41 volumes:
44 42 - 'redisdata:/data'
45 43
General Comments 0
You need to be logged in to leave comments. Login now