Files
deploy/privatebin/compose.yaml
2026-03-06 16:24:01 +01:00

27 lines
613 B
YAML

services:
privatebin:
image: privatebin/unit-fs
volumes:
- data:/srv/data
- ./conf.php:/srv/cfg/conf.php:ro
labels:
- traefik.enable=true
- traefik.http.routers.privatebin.rule=Host(`secrets.marijndoeve.nl`)
- traefik.http.routers.privatebin.entrypoints=websecure
- traefik.http.routers.privatebin.tls.certresolver=marijndoeve
- "traefik.http.middlewares.limit.buffering.maxRequestBodyBytes=204857600"
networks:
- web
environment:
TZ: Europe/Amsterdam
restart: unless-stopped
volumes:
data:
networks:
web:
external: true