Tweaked makefiles/docker files
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
RUST_LOG=debug,actix=warn,diesel_migrations=warn,reqwest=warn,hyper=warn
|
||||
|
||||
DATABASE_CONTAINER=weather-db
|
||||
DATABASE_HOST=db
|
||||
DATABASE_USER=
|
||||
DATABASE_USER=weather
|
||||
DATABASE_PASSWORD=
|
||||
DATABASE_NAME=weather
|
||||
DATABASE_PORT=5432
|
||||
SERVICE_HOST=localhost
|
||||
SERVICE_PORT=5000
|
||||
|
||||
SERVICE_HOST=service
|
||||
SERVICE_PORT=5000
|
||||
|
||||
UI_PORT=3000
|
||||
NODE_ENV=development
|
||||
Reference in New Issue
Block a user