Skip to content

Commit bf526d7

Browse files
committed
update configs
1 parent 088db83 commit bf526d7

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

TechStacks/TechStacks.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
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" />

config/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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.
88
env:
@@ -24,7 +24,7 @@ servers:
2424
# in Cloudflare's SSL/TLS setting to "Full" to enable end-to-end encryption.
2525
proxy:
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

4646
volumes:
47-
- "/opt/docker/TechStacks/App_Data:/app/App_Data"
47+
- "/opt/docker/techstacks.io/App_Data:/app/App_Data"
4848

4949
accessories:
5050
postgres:

0 commit comments

Comments
 (0)