feat: add Dockerfile and docker-compose.yml configured for ghcr.io/exchanges-lab/nosync

This commit is contained in:
0xcathiefish
2026-05-30 10:14:54 +00:00
parent 88052a5c5b
commit f54ba537a9
2 changed files with 44 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
services:
nosync:
image: ghcr.io/exchanges-lab/nosync:v1.0
container_name: nosync
env_file:
- .env
volumes:
- ./data:/app/data
networks:
- cycle
restart: unless-stopped
networks:
cycle:
external: true