Version 1.0

This commit is contained in:
nocci 2025-04-26 14:32:07 +02:00
parent 4bebbb27e4
commit eaa508a8df
33 changed files with 2822 additions and 994 deletions

View file

@ -1,13 +1,14 @@
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
- REGISTRATION_ENABLED=True
- TZ=
volumes:
- ../data:/app/data
- ../translations:/app/translations
- ../.env:/app/.env
user: "1000:1000"
restart: unless-stopped