Upload files.

This commit is contained in:
0xcathiefish
2026-02-12 08:11:37 +00:00
parent 47fa783913
commit b33ef907d4
2029 changed files with 53320 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
services:
backend:
image: ghcr.io/exchanges-lab/statistic/backend:v1.2
container_name: backend
networks:
- cycle
#ports:
# - "3000:3000"
env_file:
- .env
volumes:
- ./storage:/storage
restart: unless-stopped
networks:
cycle:
external: true