Fix Redis config path

This commit is contained in:
Mark Veidemanis 2022-07-29 22:22:22 +01:00
parent 659d5b391b
commit 33466b90ba
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

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

View File

@ -2,7 +2,7 @@ version: "2"
services: services:
app: app:
image: pathogen/threshold image: pathogen/threshold:latest
build: ./docker build: ./docker
volumes: volumes:
- ${PORTAINER_GIT_DIR}:/code - ${PORTAINER_GIT_DIR}:/code
@ -31,7 +31,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 - ${PORTAINER_GIT_DIR}/docker/redis.conf:/etc/redis.conf
volumes_from: volumes_from:
- tmp - tmp