feat: port old dockerfile definition

This commit is contained in:
Davide Polonio 2026-04-06 17:49:59 +02:00
parent 2d21e0c994
commit b9ee458c11
2 changed files with 16 additions and 0 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ nextcloud/nextcloud.env
kodokanjudoeste/import/
mezzotre/
patrizio-bot/
patrizio/data/

View File

@ -0,0 +1,15 @@
services:
patrizio:
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
command: -f /data/ serve
volumes:
- ./data:/data:rw
logging:
driver: "json-file"
options:
mode: "non-blocking"
max-size: "10m"
max-file: "3"