Provision privatebin

This commit is contained in:
Jake Howard
2021-02-12 23:32:31 +00:00
parent 47df8164fa
commit 3014e5d052
5 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,15 @@
version: "2.3"
services:
privatebin:
image: privatebin/nginx-fpm-alpine:latest
environment:
- TZ={{ TZ }}
volumes:
- "{{ app_data_dir }}/privatebin/:/srv/data"
restart: unless-stopped
labels:
- traefik.enable=true
- traefik.http.routers.privatebin.rule=Host(`bin.theorangeone.net`)
- traefik.http.routers.privatebin.tls.certresolver=le
- traefik.http.routers.privatebin.middlewares=compress@file