Simplify docker config.

This commit is contained in:
tecnovert
2020-12-02 23:19:10 +02:00
parent 8c9105ce01
commit 3bbb483a0a
8 changed files with 52 additions and 34 deletions

View File

@@ -2,12 +2,10 @@ version: '3'
services:
swapclient:
image: i_swapclient
stop_grace_period: 5m
build:
context: ../
args:
- WITH_COINS=--withcoins=monero
- WITHOUT_COINS=--withoutcoins=litecoin
volumes:
- ${COINDATA_PATH}:/coindata
ports: