changed ips to urls

This commit is contained in:
2024-08-15 11:05:31 -05:00
parent 18550807c6
commit 2fcdd4deff

View File

@@ -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: