Added docker files

This commit is contained in:
2025-09-04 23:31:03 +02:00
parent 32ee463969
commit 2c41ab9240
4 changed files with 46 additions and 0 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
---
services:
stats-hypixel:
build:
context: .
dockerfile: Dockerfile
container_name: stats-hypixel
restart: unless-stopped
ports:
- 3000:3000
environment:
- MAINTENANCE_MODE=${MAINTENANCE_MODE}
- HYPIXEL_API_KEY=${HYPIXEL_API_KEY}