mirror of
https://github.com/Stefan-5422/-T5-Elektrifikatsiya.git
synced 2026-09-10 07:36:02 +02:00
13 lines
335 B
YAML
13 lines
335 B
YAML
version: '3.4'
|
|
|
|
services:
|
|
elektrifikatsiya:
|
|
environment:
|
|
- ASPNETCORE_ENVIRONMENT=Development
|
|
- ASPNETCORE_URLS=https://+:443;http://+:80
|
|
ports:
|
|
- "80"
|
|
- "443"
|
|
volumes:
|
|
- ${APPDATA}/Microsoft/UserSecrets:/root/.microsoft/usersecrets:ro
|
|
- ${APPDATA}/ASP.NET/Https:/root/.aspnet/https:ro |