mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
30a64401b2
* [SP] e2e tests for SAML/LDAP * [server-pro] tests: prefetch ldap and saml docker images --------- Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com> GitOrigin-RevId: 64298df3f3941a8267a8aacd431757d21b43c75b
21 lines
478 B
YAML
21 lines
478 B
YAML
version: '2.2'
|
|
services:
|
|
sharelatex:
|
|
ports:
|
|
- "127.0.0.1:80:80"
|
|
environment:
|
|
OVERLEAF_SITE_URL: 'http://localhost'
|
|
|
|
host-admin:
|
|
ports:
|
|
- "127.0.0.1:8081:80"
|
|
environment:
|
|
NATIVE_CYPRESS: 'true'
|
|
ACCESS_CONTROL_ALLOW_ORIGIN: 'http://localhost'
|
|
|
|
saml:
|
|
ports:
|
|
- 127.0.0.1:8082:80
|
|
environment:
|
|
SAML_BASE_URL_PATH: 'http://localhost:8082/simplesaml/'
|
|
SAML_TEST_SP_LOCATION: 'http://localhost/saml/callback'
|