Add privatebin config

Disable super long expirations, among other things
This commit is contained in:
Jake Howard
2021-09-19 19:29:05 +01:00
parent d70f450e2d
commit 178ca6b2c4
3 changed files with 195 additions and 0 deletions

View File

@ -7,6 +7,7 @@ services:
- TZ={{ TZ }}
volumes:
- "{{ app_data_dir }}/privatebin/:/srv/data"
- "{{ app_data_dir }}/privatebin/conf.php:/srv/cfg/conf.php:ro"
restart: unless-stopped
labels:
- traefik.enable=true