Add Privatebin
This commit is contained in:
20
privatebin/compose.yaml
Normal file
20
privatebin/compose.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
services:
|
||||
privatebin:
|
||||
image: privatebin/unit-fs
|
||||
volumes:
|
||||
- data:/srv/data
|
||||
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
|
||||
networks:
|
||||
- web
|
||||
environment:
|
||||
TZ: Europe/Amsterdam
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
data:
|
||||
networks:
|
||||
web:
|
||||
external: true
|
||||
Reference in New Issue
Block a user