Ammend productin base API url

This commit is contained in:
Alex Holliday
2024-10-30 10:23:30 +08:00
parent 2e2da35ed8
commit f6ee64431b
+1 -1
View File
@@ -2,7 +2,7 @@ services:
client:
image: uptime_client:latest
environment:
UPTIME_APP_API_BASE_URL: "http://localhost:5000/api/v1"
UPTIME_APP_API_BASE_URL: "https://uptime-demo.bluewavelabs.ca/api/v1"
ports:
- "80:80"
- "443:443"