Dockerfile, Error handling, comments, docker-compose (#2)

This commit is contained in:
dailypush
2023-03-30 11:53:31 -04:00
committed by GitHub
parent 4488a9db70
commit 3c83c64f1a
9 changed files with 214 additions and 60 deletions

View File

@@ -1,8 +1,8 @@
environment: production
host: 127.0.0.1
environment: development
host: 0.0.0.0
port: 3001
redis: redis://username:password@127.0.0.1:6379/0
redis: ${REDIS_URL} # Use an environment variable to define the Redis URL
cache:
java_status_duration: 1m
bedrock_status_duration: 1m
icon_duration: 15m
icon_duration: 24h