Skip to content

Commit 228ef62

Browse files
committed
Update deploy.yml
1 parent 6d6329a commit 228ef62

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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: ubixar
33

44
# Name of the container image.
5-
image: my-user/myapp
5+
image: servicestack/ubixar.com
66

77
# Required for use of ASP.NET Core with Kamal-Proxy.
88
env:
@@ -21,7 +21,7 @@ servers:
2121
# in Cloudflare's SSL/TLS setting to "Full" to enable end-to-end encryption.
2222
proxy:
2323
ssl: true
24-
host: my-app.example.com
24+
host: ubixar.com
2525
# kamal-proxy connects to your container over port 80, use `app_port` to specify a different port.
2626
app_port: 8080
2727

@@ -41,7 +41,7 @@ builder:
4141
arch: amd64
4242

4343
volumes:
44-
- "/opt/docker/MyApp/App_Data:/app/App_Data"
44+
- "/opt/docker/ubixar.com/App_Data:/app/App_Data"
4545

4646
#accessories:
4747
# litestream:

0 commit comments

Comments
 (0)