2025-05-06 06:45:49 +00:00
|
|
|
name: kurs-platform-app
|
|
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
migrator:
|
|
|
|
|
command: --environment=Production
|
|
|
|
|
environment:
|
|
|
|
|
- ASPNETCORE_ENVIRONMENT=Production
|
|
|
|
|
- DOTNET_ENVIRONMENT=Production
|
|
|
|
|
api:
|
|
|
|
|
restart: always
|
|
|
|
|
command: --environment=Production
|
|
|
|
|
environment:
|
|
|
|
|
- ASPNETCORE_ENVIRONMENT=Production
|
|
|
|
|
ui:
|
2025-05-06 11:03:45 +00:00
|
|
|
image: devops.sozsoft.com/kurs/kurs-platform-ui:production-latest
|
2025-05-06 06:45:49 +00:00
|
|
|
restart: always
|
|
|
|
|
cdn:
|
|
|
|
|
restart: always
|