Add privatebin-router and bin_app service to Traefik configuration

This commit is contained in:
2024-04-27 15:13:52 +08:00
parent ce61e5087d
commit bd90427e3e
3 changed files with 296 additions and 0 deletions
+15
View File
@@ -93,6 +93,21 @@ services:
# - net
# - default
privatebin:
image: privatebin/nginx-fpm-alpine:latest
container_name: privatebin
read_only: true
volumes:
- './privatebin-data:/srv/data' # data volume for pastes allows pastes
# to persist after container stop or restart
- './conf.php:/srv/cfg/conf.php:ro' # second volume for custom configuration file
expose:
- 8080
restart: unless-stopped
networks:
- net
- default
heynote-app:
image: furyhawk/heynote:${HEYNOTETAG:-latest}
container_name: heynote_app