mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 12:41:05 +01:00
Changed docker compose timeouts
This commit is contained in:
parent
e09d5022db
commit
e7b2dbf4bc
@ -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}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user