mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
refactored redis implementation
This commit is contained in:
@@ -10,12 +10,9 @@ services:
|
||||
volumes:
|
||||
- database:/var/lib/postgresql/data
|
||||
|
||||
redis:
|
||||
restart: always
|
||||
{% include 'templates/docker-redis-service.yml.j2' %}
|
||||
|
||||
env_file: .env
|
||||
image: redis:7-alpine
|
||||
volumes:
|
||||
- redis:/data
|
||||
|
||||
celeryworker:
|
||||
restart: always
|
||||
|
Reference in New Issue
Block a user