mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 22:41:27 +00:00
docker: provide .env to the redis container, too
This commit is contained in:
parent
c62978e192
commit
c864f4b222
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,8 @@ services:
|
||||||
redis:
|
redis:
|
||||||
image: redis:5-alpine
|
image: redis:5-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
env_file:
|
||||||
|
- ./.env
|
||||||
ports:
|
ports:
|
||||||
- "6379:6379"
|
- "6379:6379"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue