Adding dozzle
Cleaning up all compose files: consistent labels remove exposed ports move synapse to wildcard cert remove commented out lines Switch qbit to libtorrentv1 tag
This commit is contained in:
@@ -2,9 +2,6 @@ services:
|
||||
privatebin:
|
||||
container_name: privatebin
|
||||
image: privatebin/nginx-fpm-alpine:1.7.4
|
||||
ports:
|
||||
- 1992:8080/tcp
|
||||
# read_only: true
|
||||
volumes:
|
||||
- /home/fejy/docker/privatebin/conf/conf.php:/srv/cfg/conf.php:ro
|
||||
- /home/fejy/docker/privatebin/data:/srv/data
|
||||
@@ -24,7 +21,6 @@ services:
|
||||
- "traefik.http.routers.privatebin-ssl.tls=true"
|
||||
- "traefik.http.routers.privatebin-ssl-ext.rule=Host(`privatebin.nearfuture.industries`)"
|
||||
- "traefik.http.routers.privatebin-ssl-ext.entrypoints=websecure"
|
||||
- "traefik.http.routers.privatebin-ssl-ext.tls=true"
|
||||
- "com.centurylinklabs.watchtower.scope=watch"
|
||||
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user