You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
347 B
9 lines
347 B
services:
|
|
project-name-api:
|
|
build:
|
|
context: ../host/PackageName.CompanyName.ProjectName.HttpApi.Host/bin/Release/net9.0
|
|
dockerfile: ../host/PackageName.CompanyName.ProjectName.HttpApi.Host/Dockerfile
|
|
volumes:
|
|
- /var/opt/project-name/logs:/app/Logs
|
|
- /var/opt/project-name/modules:/app/Modules
|
|
restart: always
|
|
|