22 lines
542 B
YAML
22 lines
542 B
YAML
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:
|
|
image: devops.sozsoft.com/kurs/kurs-platform-ui:production-latest
|
|
restart: always
|
|
cdn:
|
|
restart: always
|
|
nginx:
|
|
restart: always
|
|
volumes:
|
|
- ./configs/nginx.production.conf:/etc/nginx/conf.d/default.conf
|