split up mixed compose file and added env file to each directory

This commit is contained in:
2026-04-24 01:06:27 +00:00
parent 6a6a9a0fd9
commit 2499d9cf4f
29 changed files with 491 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
s-pdf:
container_name: spdf
image: frooodle/s-pdf
networks:
- reverse-proxy
ports:
- 8086:8080
restart: always
reverse-proxy:
name: reverse-proxy
external: true