mirror of
https://github.com/exchanges-lab/tradesync.git
synced 2026-08-05 05:06:07 +08:00
feat: add Dockerfile and docker-compose.yml configured for ghcr.io/exchanges-lab/nosync
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user