Padded bunch of project data

This commit is contained in:
nocci 2025-04-21 11:56:29 +00:00
parent 65972f37cc
commit 0044017df8
18 changed files with 1162 additions and 0 deletions

View file

@ -0,0 +1,13 @@
version: '3.8'
services:
steam-manager:
build: .
ports:
- "5000:5000"
volumes:
- /root/test/data:/app/data
- /root/test/steam-translations:/app/translations
environment:
- FLASK_DEBUG=0
restart: unless-stopped