Skip to content

Commit

Permalink
Try "artemis-app" VC URL for single-node configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
muradium committed Dec 23, 2024
1 parent cd8fa11 commit 97c9517
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docker/artemis/config/playwright-local.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
SPRING_PROFILES_ACTIVE="artemis,scheduling,localvc,localci,buildagent,core,prod,docker"

ARTEMIS_USERMANAGEMENT_USEEXTERNAL="false"
ARTEMIS_VERSIONCONTROL_URL='http://localhost:8080'
ARTEMIS_VERSIONCONTROL_URL='http://artemis-app:8080'
ARTEMIS_VERSIONCONTROL_USER="${bamboo_artemis_admin_username}"
ARTEMIS_VERSIONCONTROL_PASSWORD="${bamboo_artemis_admin_password}"
ARTEMIS_CONTINUOUSINTEGRATION_ARTEMISAUTHENTICATIONTOKENVALUE='demo'
Expand Down
1 change: 0 additions & 1 deletion docker/playwright-E2E-tests-mysql-localci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ services:
condition: service_healthy
environment:
PLAYWRIGHT_DB_TYPE: 'MySQL'
network_mode: service:artemis-app

networks:
artemis:
Expand Down

0 comments on commit 97c9517

Please sign in to comment.