mirror of
https://github.com/basicswap/basicswap.git
synced 2024-11-17 00:07:56 +00:00
15 lines
254 B
YAML
15 lines
254 B
YAML
version: '3'
|
|
services:
|
|
|
|
swapclient:
|
|
build:
|
|
context: ../
|
|
volumes:
|
|
- ./coindata:/coindata
|
|
ports:
|
|
- "127.0.0.1:12700:12700" # Expose only to localhost
|
|
|
|
volumes:
|
|
coindata:
|
|
driver: local
|
|
|