Skip to content

Commit

Permalink
Merge pull request #1466 from bluewave-labs/hotfix/devops/docker-compose
Browse files Browse the repository at this point in the history
fix test config docker-compose URL
  • Loading branch information
ajhollid authored Dec 23, 2024
2 parents 5147a68 + be45dba commit 6a46939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/test/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
image: uptime_client:latest
restart: always
environment:
UPTIME_APP_API_BASE_URL: "https://checkmate-demo.bluewavelabs.ca/api/v1"
UPTIME_APP_API_BASE_URL: "https://checkmate-test.bluewavelabs.ca/api/v1"
ports:
- "80:80"
- "443:443"
Expand Down

0 comments on commit 6a46939

Please sign in to comment.