0
0
MyDarling/docker-compose.yml

17 lines
320 B
YAML
Raw Normal View History

2023-02-02 08:17:17 +03:00
version: '3'
services:
my-darling:
2023-06-14 08:02:34 +03:00
image: gitea.cebotari.ru/chebser/mydarling-dotnet:latest
2023-03-10 07:43:00 +03:00
container_name: mydarling-dotnet
2023-02-02 08:17:17 +03:00
ports:
- "5050:5000"
volumes:
2023-03-10 07:43:00 +03:00
- db:/app/Database
2023-06-14 08:02:34 +03:00
- content:/app/wwwroot/Content
2023-03-10 07:43:00 +03:00
environment:
- ADMIN_PASSWORD=He110World!
volumes:
db:
content: