diff --git a/docker-compose.override.windows.yml b/docker-compose.override.windows.yml index ebd7bb75a..f5c2e6f28 100644 --- a/docker-compose.override.windows.yml +++ b/docker-compose.override.windows.yml @@ -4,60 +4,60 @@ services: identity-server-sts: build: context: ./aspnet-core/services/Publish/identityserver - volumes: + volumes: - D:\Projects\Development\Abp\Application\logs\ids-sts:/app/Logs restart: always identity-server-admin: build: context: ./aspnet-core/services/Publish/identityserver4-admin - volumes: + volumes: - D:\Projects\Development\Abp\Application\logs\ids-admin:/app/Logs - depends_on: + depends_on: - identity-server-sts restart: always admin-service: build: context: ./aspnet-core/services/Publish/admin - volumes: + volumes: - D:\Projects\Development\Abp\Application\logs\backend-admin:/app/Logs - depends_on: + depends_on: - identity-server-sts restart: always localization-service: build: context: ./aspnet-core/services/Publish/localization - volumes: + volumes: - D:\Projects\Development\Abp\Application\logs\localization:/app/Logs restart: always platform-service: build: context: ./aspnet-core/services/Publish/platform - volumes: + volumes: - D:\Projects\Development\Abp\Application\logs\platform:/app/Logs - D:\Projects\Development\Abp\Application\data\platform:/app/file-blob-storing - depends_on: + depends_on: - identity-server-sts restart: always messages-service: build: context: ./aspnet-core/services/Publish/messages - volumes: + volumes: - D:\Projects\Development\Abp\Application\logs\messages:/app/Logs - depends_on: + depends_on: - identity-server-sts restart: always - + apigateway-admin-service: build: context: ./aspnet-core/services/Publish/apigateway-admin - volumes: + volumes: - D:\Projects\Development\Abp\Application\logs\apigateway-admin:/app/Logs - depends_on: + depends_on: - identity-server-sts - admin-service restart: always @@ -65,20 +65,15 @@ services: apigateway-host-service: build: context: ./aspnet-core/services/Publish/apigateway-host - volumes: + volumes: - D:\Projects\Development\Abp\Application\logs\apigateway-host:/app/Logs - depends_on: + depends_on: - identity-server-sts - apigateway-admin-service restart: always - abp-vue-admin-client: - build: - context: ./aspnet-core/services/Publish/client - restart: always - volumes: dbdata: -networks: +networks: linyun-abp: diff --git a/docker-compose.override.yml b/docker-compose.override.yml index ee30631c4..7d4d8ec4e 100644 --- a/docker-compose.override.yml +++ b/docker-compose.override.yml @@ -73,11 +73,6 @@ services: - apigateway-admin-service restart: always - abp-vue-admin-client: - build: - context: ./aspnet-core/services/Publish/client - restart: always - volumes: dbdata: diff --git a/docker-compose.yml b/docker-compose.yml index d234b7484..c4e1ca8f7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,7 +28,7 @@ services: - ASPNETCORE_URLS=http://0.0.0.0:80 ports: - "30025:80" - + messages-service: environment: - ASPNETCORE_ENVIRONMENT=Production @@ -56,7 +56,3 @@ services: - ASPNETCORE_URLS=http://0.0.0.0:80 ports: - "30000:80" - - abp-vue-admin-client: - ports: - - "40000:80"