add exported compose files

This commit is contained in:
Kovasky Buezo
2024-03-20 15:15:42 -04:00
parent 815a18ec00
commit cec0093439
13 changed files with 375 additions and 84 deletions

View File

@ -0,0 +1,19 @@
---
version: "3.8"
services:
stirling-pdf:
image: frooodle/s-pdf:latest
container_name: stirling
restart: always
ports:
- 8780:8080
volumes:
- data:/configs
environment:
- DOCKER_ENABLE_SECURITY=false
- INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false
volumes:
data:
driver: local