Updated makefile/dockerfile/compose files
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
RUST_LOG=warn,service=info
|
||||
|
||||
DATABASE_USER=weather
|
||||
DATABASE_USER=aviation
|
||||
DATABASE_PASSWORD=
|
||||
DATABASE_NAME=weather
|
||||
DATABASE_NAME=aviation
|
||||
DATABASE_HOST=db
|
||||
DATABASE_PORT=5432
|
||||
|
||||
REDIS_HOST=redis
|
||||
REDIS_PORT=6379
|
||||
|
||||
MINIO_ROOT_USER=weather
|
||||
MINIO_ROOT_USER=aviation
|
||||
MINIO_ROOT_PASSWORD=
|
||||
MINIO_HOST=localhost
|
||||
MINIO_PORT=9000
|
||||
|
||||
Reference in New Issue
Block a user