first-commit

This commit is contained in:
2025-06-24 17:02:50 +09:00
commit 380af2156c
9 changed files with 346 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@ -0,0 +1,11 @@
version: "3.8"
services:
gnu-autouploader:
build:
context: .
dockerfile: ./build/Dockerfile
container_name: gnu-autouploader
volumes:
- ./data:/data
restart: unless-stopped