https://github.com/iroco-co/cyrus-jmap-tester
Cyrus JMAP server image for integration testing
https://github.com/iroco-co/cyrus-jmap-tester
Last synced: 3 months ago
JSON representation
Cyrus JMAP server image for integration testing
- Host: GitHub
- URL: https://github.com/iroco-co/cyrus-jmap-tester
- Owner: iroco-co
- License: mit
- Created: 2024-01-24T16:29:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-03T18:41:02.000Z (over 1 year ago)
- Last Synced: 2024-02-04T09:57:52.791Z (over 1 year ago)
- Language: Dockerfile
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cyrus-jmap-tester
Cyrus JMAP server image for integration testing.
This is a work in progress.
## Run
You must map the httpd port from cyrus (8080) and provide a JWT secret:
```shell
docker run -ti -p 8080:8080 -e JWT_SECRET=hex_secret iroco/cyrus-jmap-tester
```## Build
With the usual docker build command if you want to customize it:
```shell
docker build -t cyrus-jmap-tester .
```