We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d6329a commit 228ef62Copy full SHA for 228ef62
1 file changed
config/deploy.yml
@@ -1,8 +1,8 @@
1
# Name of your application. Used to uniquely configure containers.
2
-service: my-app
+service: ubixar
3
4
# Name of the container image.
5
-image: my-user/myapp
+image: servicestack/ubixar.com
6
7
# Required for use of ASP.NET Core with Kamal-Proxy.
8
env:
@@ -21,7 +21,7 @@ servers:
21
# in Cloudflare's SSL/TLS setting to "Full" to enable end-to-end encryption.
22
proxy:
23
ssl: true
24
- host: my-app.example.com
+ host: ubixar.com
25
# kamal-proxy connects to your container over port 80, use `app_port` to specify a different port.
26
app_port: 8080
27
@@ -41,7 +41,7 @@ builder:
41
arch: amd64
42
43
volumes:
44
- - "/opt/docker/MyApp/App_Data:/app/App_Data"
+ - "/opt/docker/ubixar.com/App_Data:/app/App_Data"
45
46
#accessories:
47
# litestream:
0 commit comments