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