From 32f052a0ce5d28f866f79c7b02ed013fdf19c77d Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Fri, 15 Nov 2024 19:41:02 +0000 Subject: Updates kamal bits --- config/deploy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'config') diff --git a/config/deploy.yml b/config/deploy.yml index b9384e1..5388b90 100644 --- a/config/deploy.yml +++ b/config/deploy.yml @@ -2,12 +2,12 @@ service: alphabetlearning # Name of the container image. -image: your-user/alphabetlearning +image: haircode/alphabetlearning # Deploy to these servers. servers: web: - - 192.168.0.1 + - 192.168.1.133 # job: # hosts: # - 192.168.0.1 @@ -17,15 +17,15 @@ servers: # Remove this section when using multiple web servers and ensure you terminate SSL at your load balancer. # # Note: If using Cloudflare, set encryption mode in SSL/TLS setting to "Full" to enable CF-to-app encryption. -proxy: - ssl: true - host: app.example.com +#proxy: +# ssl: true +# host: app.example.com # Credentials for your image host. registry: # Specify the registry server, if you're not using Docker Hub # server: registry.digitalocean.com / ghcr.io / ... - username: your-user + username: haircode # Always use an access token rather than real password when possible. password: -- cgit v1.2.3