Fix Redis config path

This commit is contained in:
Mark Veidemanis 2022-07-29 22:22:22 +01:00
parent deb89e9202
commit 78f3f4520d
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ env/
venv/
.idea/
.env
.bash_history

View File

@ -2,7 +2,7 @@ version: "2"
services:
app:
image: pathogen/threshold
image: pathogen/threshold:latest
build: ./docker
volumes:
- ${PORTAINER_GIT_DIR}:/code
@ -31,7 +31,7 @@ services:
image: redis
command: redis-server /etc/redis.conf
volumes:
- ./docker/redis.conf:/etc/redis.conf
- ${PORTAINER_GIT_DIR}/docker/redis.conf:/etc/redis.conf
volumes_from:
- tmp