fix: align backend APIs and upload flow
This commit is contained in:
@@ -145,6 +145,7 @@ services:
|
||||
ASPNETCORE_ENVIRONMENT: Production
|
||||
ASPNETCORE_URLS: http://+:8080
|
||||
CONSUL_URL: http://consul:8500
|
||||
InternalApiKey: ${IM_INTERNAL_API_KEY:?IM_INTERNAL_API_KEY is required}
|
||||
networks:
|
||||
- im-net
|
||||
|
||||
@@ -173,6 +174,7 @@ services:
|
||||
ASPNETCORE_ENVIRONMENT: Production
|
||||
ASPNETCORE_URLS: http://+:8080
|
||||
CONSUL_URL: http://consul:8500
|
||||
InternalApiKey: ${IM_INTERNAL_API_KEY:?IM_INTERNAL_API_KEY is required}
|
||||
networks:
|
||||
- im-net
|
||||
|
||||
@@ -189,12 +191,15 @@ services:
|
||||
condition: service_started
|
||||
rabbitmq:
|
||||
condition: service_started
|
||||
group-service:
|
||||
condition: service_started
|
||||
ports:
|
||||
- "5005:8080"
|
||||
environment:
|
||||
ASPNETCORE_ENVIRONMENT: Production
|
||||
ASPNETCORE_URLS: http://+:8080
|
||||
CONSUL_URL: http://consul:8500
|
||||
InternalApiKey: ${IM_INTERNAL_API_KEY:?IM_INTERNAL_API_KEY is required}
|
||||
networks:
|
||||
- im-net
|
||||
|
||||
|
||||
Reference in New Issue
Block a user