File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Name of your application. Used to uniquely configure containers.
2
- service : my-app
2
+ service : node-playground
3
3
4
4
# Name of the container image.
5
- image : my-user/my-app
5
+ image : synvert-hq/node-playground
6
6
7
7
# Deploy to these servers.
8
8
servers :
9
9
web :
10
- - 192.168.0.1
10
+ - node-playground.synvert.net
11
11
# job:
12
12
# hosts:
13
13
# - 192.168.0.1
@@ -19,15 +19,15 @@ servers:
19
19
# Note: If using Cloudflare, set encryption mode in SSL/TLS setting to "Full" to enable CF-to-app encryption.
20
20
proxy :
21
21
ssl : true
22
- host : app.example.com
22
+ host : node-playground.synvert.net
23
23
# Proxy connects to your container on port 80 by default.
24
24
# app_port: 3000
25
25
26
26
# Credentials for your image host.
27
27
registry :
28
28
# Specify the registry server, if you're not using Docker Hub
29
- # server: registry.digitalocean.com / ghcr.io / ...
30
- username : my-user
29
+ server : ghcr.io
30
+ username : flyerhzm
31
31
32
32
# Always use an access token rather than real password (pulled from .kamal/secrets).
33
33
password :
You can’t perform that action at this time.
0 commit comments