mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 10:28:10 +01:00
Add to Github
This commit is contained in:
15
docker/docker-compose.yml
Normal file
15
docker/docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: '3'
|
||||
services:
|
||||
|
||||
swapclient:
|
||||
build:
|
||||
context: ../
|
||||
volumes:
|
||||
- ./coindata:/coindata
|
||||
ports:
|
||||
- "127.0.0.1:12700:12700" # Expose only to localhost
|
||||
|
||||
volumes:
|
||||
coindata:
|
||||
driver: local
|
||||
|
||||
Reference in New Issue
Block a user