File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 <PublishProfile >DefaultContainer</PublishProfile >
99 <DefaultItemExcludes >$(DefaultItemExcludes);**/App_Data/**</DefaultItemExcludes >
1010 </PropertyGroup >
11+ <ItemGroup >
12+ <ContainerLabel Include =" service" Value =" techstacks-io" />
13+ </ItemGroup >
1114 <ItemGroup >
1215 <Using Include =" TechStacks" />
1316 <Using Include =" TechStacks.ServiceModel" />
Original file line number Diff line number Diff line change 11# Name of your application. Used to uniquely configure containers.
2- service : my-app
2+ service : techstacks-io
33
44# Name of the container image.
5- image : my-user/myapp
5+ image : ghcr.io/netcoreapps/techstacks.io
66
77# Required for use of ASP.NET Core with Kamal-Proxy.
88env :
@@ -24,7 +24,7 @@ servers:
2424# in Cloudflare's SSL/TLS setting to "Full" to enable end-to-end encryption.
2525proxy :
2626 ssl : true
27- host : my-app.example.com
27+ host : techstacks.io
2828 # kamal-proxy connects to your container over port 80, use `app_port` to specify a different port.
2929 app_port : 8080
3030
@@ -44,7 +44,7 @@ builder:
4444 arch : amd64
4545
4646volumes :
47- - " /opt/docker/TechStacks /App_Data:/app/App_Data"
47+ - " /opt/docker/techstacks.io /App_Data:/app/App_Data"
4848
4949accessories :
5050 postgres :
You can’t perform that action at this time.
0 commit comments