mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Changed docker compose timeouts
This commit is contained in:
@@ -6,6 +6,7 @@ services:
|
||||
redis:
|
||||
image: redis:alpine
|
||||
restart: always
|
||||
env_file: mailu.env
|
||||
volumes:
|
||||
- "redis_data:/data"
|
||||
database:
|
||||
|
@@ -8,6 +8,10 @@
|
||||
# Common configuration variables
|
||||
###################################
|
||||
|
||||
# TIMEOUTS
|
||||
COMPOSE_HTTP_TIMEOUT=300
|
||||
DOCKER_CLIENT_TIMEOUT=300
|
||||
|
||||
# Set to a randomly generated 16 bytes string
|
||||
SECRET_KEY={{mailu_secret_key}}
|
||||
|
||||
|
Reference in New Issue
Block a user