##// 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
1 HOST_MONGO=realtime_mongo
2 HOST_REDIS=redis
2 HOST_REDIS=realtime_redis
3 TZ=America/Lima
3 TZ=America/Lima
4 APP_DIR=/app No newline at end of file
4 APP_DIR=/app
@@ -38,8 +38,6 services:
38 redis:
38 redis:
39 container_name: 'realtime_redis'
39 container_name: 'realtime_redis'
40 image: 'redis:3.2-alpine'
40 image: 'redis:3.2-alpine'
41 ports:
42 - '127.0.0.1:6379:6379'
43 volumes:
41 volumes:
44 - 'redisdata:/data'
42 - 'redisdata:/data'
45
43
General Comments 0
You need to be logged in to leave comments. Login now