Initial commit

This commit is contained in:
2026-02-15 16:28:38 +00:00
commit 0e793197bf
24 changed files with 3268 additions and 0 deletions

21
docker-compose.yml Normal file
View File

@@ -0,0 +1,21 @@
services:
dashboard:
build: .
container_name: tellscoin-dashboard
#ports:
# - "8080:8080"
env_file:
- /srv/docker/secrets/tellscoin/.env
environment:
DATA_DIR: /app/data
DB_PATH: /app/data/dashboard.db
volumes:
- ./data:/app/data
restart: unless-stopped
networks:
npm_proxy:
ipv4_address: 192.168.100.13
networks:
npm_proxy:
external: true