mirror of
https://github.com/basicswap/basicswap.git
synced 2025-03-24 16:18:57 +00:00
15 lines
255 B
YAML
15 lines
255 B
YAML
version: '3'
|
|
services:
|
|
|
|
swapclient:
|
|
build:
|
|
context: ../
|
|
volumes:
|
|
- ./coindata:/coindata
|
|
ports:
|
|
- "${HTML_PORT}" # Expose only to localhost, see .env
|
|
|
|
volumes:
|
|
coindata:
|
|
driver: local
|
|
|