added ccxt-rest container for testing purposes

This commit is contained in:
olli 2024-02-08 15:30:53 +01:00
parent 6e80910b41
commit ad281679c0

View File

@ -18,6 +18,12 @@ services:
- /usr/local/etc/notify.conf:/usr/local/etc/notify.conf:ro
- /etc/localtime:/etc/localtime:ro
dabo-ccxt-rest:
image: ccxtrest/ccxt-rest
restart: unless-stopped
ports:
- "666:3000"
dabo-web:
image: nginx:latest
restart: unless-stopped