Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
Use env vars on AT's entrypoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
mamedin committed Nov 27, 2017
1 parent c03e098 commit 152a98f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions compose/docker-compose.acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,12 @@ services:
- "../src/archivematica-acceptance-tests:/home/archivematica/acceptance-tests:rw"
environment:
HUB_ADDRESS: "http://hub:4444/wd/hub"
AM_URL: "http://nginx/"
SS_URL: "http://nginx:8000/"
AM_DASHBOARD_USER: "test"
AM_DASHBOARD_PASSWORD: "test"
AM_VERSION: "1.7"
AM_API_KEY: "test"
AM_SS_USER: "test"

This comment has been minimized.

Copy link
@sevein

sevein Nov 27, 2017

Member

Nitpick, should this be named SS_USER similar to SS_URL?

AM_SS_PASSWORD: "test"

0 comments on commit 152a98f

Please sign in to comment.