init
Some checks failed
Gitea Auto Deploy / Deploy-Container (push) Failing after 27s

This commit is contained in:
2025-07-22 11:26:14 +07:00
commit df004820a5
11 changed files with 2210 additions and 0 deletions

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
services:
rpc-checker-vc-pay:
build: .
container_name: rpc-checker-vc-pay
ports:
- "3455:3344"
volumes:
- ./cache.json:/app/cache.json
restart: unless-stopped
networks:
- vc-pay-net
networks:
vc-pay-net:
driver: bridge