0
0
MyDarling/docker-compose.yml

13 lines
268 B
YAML
Raw Permalink Normal View History

2023-02-02 08:17:17 +03:00
version: '3'
services:
2024-01-29 16:32:38 +03:00
my-darling-test:
build: .
2023-03-10 07:43:00 +03:00
container_name: mydarling-dotnet
2023-02-02 08:17:17 +03:00
ports:
2024-01-29 16:32:38 +03:00
- "5000:5000"
2023-02-02 08:17:17 +03:00
volumes:
2024-01-29 16:32:38 +03:00
- ./Database:/app/Database
- ./wwwroot/Content:/app/wwwroot/Content
2023-03-10 07:43:00 +03:00
environment:
2024-01-29 16:32:38 +03:00
- ADMIN_PASSWORD=He110World!