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: