mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-13 11:37:46 +02:00
parent
523b2c610e
commit
bec4f93837
1 changed files with 2 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ can be added as a cache handler.
|
|||
CP_ANALYTICS_SALT: changeme
|
||||
CP_CACHE_HANDLER: redis
|
||||
CP_REDIS_HOST: redis
|
||||
CP_REDIS_PASSWORD: changeme
|
||||
networks:
|
||||
- castopod-app
|
||||
- castopod-db
|
||||
|
|
@ -72,6 +73,7 @@ can be added as a cache handler.
|
|||
redis:
|
||||
image: redis:7.0-alpine
|
||||
container_name: "castopod-redis"
|
||||
command: --requirepass changeme
|
||||
volumes:
|
||||
- castopod-cache:/data
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue