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