diff options
Diffstat (limited to 'ci/docker')
| -rw-r--r-- | ci/docker/docker-compose.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/docker/docker-compose.yml b/ci/docker/docker-compose.yml index 60bd21d..7e102e4 100644 --- a/ci/docker/docker-compose.yml +++ b/ci/docker/docker-compose.yml @@ -2,10 +2,12 @@ version: '3' # Common environment vars # These are the credentials for the portal +# And the URI of the server x-common-env: &common-env PORTAL_USER: ${PORTAL_USER} PORTAL_PASS: ${PORTAL_PASS} OAUTH_EXPIRED_TTL: ${OAUTH_EXPIRED_TTL} + SERVER_URI: "https://eduvpnserver" # Define a network so that the containers can talk with eachother using their service name networks: |
