added volume for testing

This commit is contained in:
2025-05-25 22:30:30 +00:00
parent c97516baf4
commit 27bce6fc63

View File

@@ -8,12 +8,15 @@ services:
ports:
- "8090:8090" # Web Application
volumes:
- ./pb_data:/app/pb_data # Ensure persistent data across rebuilds
- pb_data:/app/pb_data # Ensure persistent data across rebuilds
ulimits:
nofile:
soft: 4096
hard: 8192
volumes:
pb_data:
networks:
reverse-proxy:
external: true