Updated makefile/dockerfile/compose files

This commit is contained in:
2023-12-19 16:16:30 -05:00
parent 0b4145ac30
commit 6f002856c1
10 changed files with 78 additions and 69 deletions

View File

@@ -1,10 +1,10 @@
RUST_LOG=warn,service=debug
DATABASE_CONTAINER=weather-service
DATABASE_CONTAINER=aviation-service
DATABASE_USER=weather
DATABASE_USER=aviation
DATABASE_PASSWORD=
DATABASE_NAME=weather
DATABASE_NAME=aviation
DATABASE_HOST=localhost
DATABASE_PORT=5432
@@ -12,7 +12,7 @@ REDIS_HOST=localhost
REDIS_PORT=6379
MINIO_ROOT_USER=weather
MINIO_ROOT_PASSWORD=7LtSkxU15ix40nu
MINIO_ROOT_PASSWORD=
MINIO_HOST=localhost
MINIO_PORT=9000
MINIO_PORT_INTERNAL=9001