mirror of
https://github.com/xwiki-labs/cryptpad-docker.git
synced 2024-11-15 06:35:03 +00:00
14 lines
587 B
YAML
14 lines
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
|