mirror of
https://github.com/exchanges-lab/tradesync.git
synced 2026-08-06 05:34:49 +08:00
16 lines
252 B
YAML
16 lines
252 B
YAML
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
|