fix: local docker-compose setup (#460)
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
RAILS_ENV=development
|
||||
PORT=3000
|
||||
PORT=3001
|
||||
WEB_CONCURRENCY=0
|
||||
RAILS_LOG_TO_STDOUT=true
|
||||
RAILS_SERVE_STATIC_FILES=true
|
||||
SECRET_KEY_BASE=test
|
||||
APP_HOST=http://localhost:3000
|
||||
APP_HOST=http://localhost:3001
|
||||
|
||||
EXTENSIONS_MANAGER_LOCATION=extensions/extensions-manager/dist/index.html
|
||||
BATCH_MANAGER_LOCATION=extensions/batch-manager/dist/index.min.html
|
||||
SF_DEFAULT_SERVER=http://localhost:3001
|
||||
SF_DEFAULT_SERVER=http://localhost:3000
|
||||
|
||||
# Datadog
|
||||
DATADOG_ENABLED=false
|
||||
|
||||
Reference in New Issue
Block a user