This commit is contained in:
Ross
2026-07-15 21:36:23 +01:00
parent 2c3adb081f
commit c980cc8faa
1036 changed files with 20170 additions and 454 deletions
+13
View File
@@ -0,0 +1,13 @@
version: '3.8'
services:
cache-server:
build: .
container_name: statdx-cache-server
ports:
- "8000:8000"
volumes:
- .:/app
environment:
- PYTHONUNBUFFERED=1
restart: unless-stopped