mirror of
https://github.com/xwiki-labs/cryptpad-docker.git
synced 2024-11-15 04:35:05 +00:00
55704cf34c
Signed-off-by: Adrian Nöthlich <git@promasu.tech>
14 lines
No EOL
587 B
YAML
14 lines
No EOL
587 B
YAML
---
|
|
version: '2'
|
|
|
|
services:
|
|
cryptpad:
|
|
labels:
|
|
- traefik.http.routers.cryptpad.rule=Host(`cryptpad.example.com`)
|
|
- traefik.http.routers.cryptpad-sandbox.rule=Host(`cryptpad-sandbox.example.com`)
|
|
- traefik.http.routers.cryptpad.tls="true"
|
|
- traefik.http.routers.cryptpad-sandbox.tls="true"
|
|
- traefik.http.routers.cryptpad.entrypoints="https"
|
|
- traefik.http.routers.cryptpad-sandbox.entrypoints="https"
|
|
- traefik.http.services.cryptpad.loadbalancer.server.port=3000
|
|
- traefik.http.services.cryptpad-sandbox.loadbalancer.server.port=3001 |