Fix env file path for redis-cache service

This commit is contained in:
Lasse Bang Mikkelsen 2020-03-06 12:58:43 +01:00
parent 880628876f
commit 657d8096c3
No known key found for this signature in database
GPG Key ID: 5FB75AB9E0AB5EC2
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ services:
- sh - sh
- -c # this is to evaluate the $REDIS_PASSWORD from the env - -c # this is to evaluate the $REDIS_PASSWORD from the env
- redis-server --requirepass $$REDIS_PASSWORD ## $$ because of docker-compose - redis-server --requirepass $$REDIS_PASSWORD ## $$ because of docker-compose
env_file: env/redis.env env_file: env/redis-cache.env
volumes: volumes:
netbox-static-files: netbox-static-files:
driver: local driver: local