overleaf/server-ce/test/docker-compose.native.yml
Jakob Ackermann 3c5bd060f4 Merge pull request #20117 from overleaf/jpa-server-pro-test-local
[server-pro] tests: add support for running email tests on Macs

GitOrigin-RevId: 19a206f4ee70d43624094dd8da87091063d631a0
2024-09-02 08:05:25 +00:00

25 lines
528 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'
mailtrap:
ports:
- 127.0.0.1:8083:80