fix(docker): correct CALCULATOR_CONFIG format in docker-compose files
This commit is contained in:
@@ -14,7 +14,7 @@ services:
|
||||
- MYSQL_HOST=mysql
|
||||
- MYSQL_PORT=3306
|
||||
- REDIS_URL=redis://redis:6379
|
||||
- CALCULATOR_CONFIG='{"server_url":"http://performance-server:8080"}'
|
||||
- CALCULATOR_CONFIG={"server_url":"http://performance-server:8080"}
|
||||
env_file:
|
||||
- .env
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user