mirror of
https://github.com/exchanges-lab/tradesync.git
synced 2026-08-04 21:01:23 +08:00
14 lines
214 B
YAML
14 lines
214 B
YAML
services:
|
|
nosync:
|
|
image: ghcr.io/exchanges-lab/nosync:v1.0
|
|
container_name: nosync
|
|
env_file:
|
|
- .env
|
|
networks:
|
|
- cycle
|
|
restart: unless-stopped
|
|
|
|
networks:
|
|
cycle:
|
|
external: true
|