Tots els compose

This commit is contained in:
Guillem Hernandez Sola
2026-06-30 13:12:37 +02:00
parent bebb2969f8
commit f1fe15d1b5
35 changed files with 2075 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# /opt/stacks/bentopdf/docker-compose.yml
services:
bentopdf:
container_name: bentopdf
image: bentopdfteam/bentopdf:latest # Imatge activa — bentopdf/bentopdf és deprecated!
restart: unless-stopped
environment:
TZ: Europe/Madrid
ports:
- "9999:8080" # Només local → via Nginx Proxy Manager
networks:
- shared_net
networks:
shared_net:
external: true
name: shared_net