From 2fcdd4deff51341dabc5c65fc2135faac4d54229 Mon Sep 17 00:00:00 2001 From: akanealw Date: Thu, 15 Aug 2024 11:05:31 -0500 Subject: [PATCH] changed ips to urls --- cobalt/compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cobalt/compose.yml b/cobalt/compose.yml index 28bf496..fd6d56d 100644 --- a/cobalt/compose.yml +++ b/cobalt/compose.yml @@ -12,7 +12,7 @@ services: #- 127.0.0.1:9000:9000 environment: # replace https://api.cobalt.tools/ with your instance's target url in same format - API_URL: "http://192.168.1.33" + API_URL: "https://cobaltapi.akanealw.com" # replace eu-nl with your instance's distinctive name API_NAME: "akanealw" # if you want to use cookies when fetching data from services, uncomment the next line and the lines under volume @@ -37,9 +37,9 @@ services: #- 127.0.0.1:9001:9001 environment: # replace https://cobalt.tools/ with your instance's target url in same format - WEB_URL: "http://192.168.1.33" + WEB_URL: "https://cobalt.akanealw.com" # replace https://api.cobalt.tools/ with preferred api instance url - API_URL: "http://192.168.1.33" + API_URL: "https://cobaltapi.akanealw.com" networks: reverse-proxy: