Fix redis.conf location in prod compose
This commit is contained in:
parent
1fcc9d6643
commit
335e602072
|
@ -7,7 +7,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ${PORTAINER_GIT_DIR}:/code
|
- ${PORTAINER_GIT_DIR}:/code
|
||||||
- ${THRESHOLD_CONFIG_DIR}:/code/conf/live
|
- ${THRESHOLD_CONFIG_DIR}:/code/conf/live
|
||||||
- ${THRESHOLD_TEMPLATE_DIR}:/code/conf/templates
|
#- ${THRESHOLD_TEMPLATE_DIR}:/code/conf/templates
|
||||||
- ${THRESHOLD_CERT_DIR}:/code/conf/cert
|
- ${THRESHOLD_CERT_DIR}:/code/conf/cert
|
||||||
ports:
|
ports:
|
||||||
- "${THRESHOLD_LISTENER_PORT}:${THRESHOLD_LISTENER_PORT}"
|
- "${THRESHOLD_LISTENER_PORT}:${THRESHOLD_LISTENER_PORT}"
|
||||||
|
|
|
@ -28,7 +28,7 @@ services:
|
||||||
image: redis
|
image: redis
|
||||||
command: redis-server /etc/redis.conf
|
command: redis-server /etc/redis.conf
|
||||||
volumes:
|
volumes:
|
||||||
- ./docker/redis.conf:/etc/redis.conf
|
- ./redis.conf:/etc/redis.conf
|
||||||
volumes_from:
|
volumes_from:
|
||||||
- tmp
|
- tmp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue