This commit is contained in:
2026-03-19 23:52:22 -03:00
parent bfbaf962fd
commit 4f22fcb142

View File

@@ -1,11 +0,0 @@
name: rendiciones
services:
rendiciones:
ports:
- 5000:5000
volumes:
- YOUR_PATH/rendiciones/db:/app/db
- YOUR_PATH/rendiciones/static/cache:/app/static/cache
container_name: rendiciones-server
image: rendiciones:latest
restart: unless-stopped