menu reportes a modal

This commit is contained in:
2026-03-22 19:50:27 -03:00
parent c6440e819e
commit e801fb9ee1
7 changed files with 136 additions and 145 deletions

View File

@@ -2,10 +2,10 @@ name: rendiciones
services:
rendiciones:
ports:
- 5001:5000
- 5500:5000
volumes:
- YOUR_PATH/rendiciones/db:/app/db
- YOUR_PATH/rendiciones/static/cache:/app/static/cache
- /home/shironeko/Documents/dockerVols/rendiciones/db:/app/db
- /home/shironeko/Documents/dockerVols/rendiciones/static/cache:/app/static/cache
container_name: rendiciones-server
image: rendiciones:latest
restart: unless-stopped