mirror of
https://github.com/basicswap/basicswap.git
synced 2024-11-17 00:07:56 +00:00
17 lines
319 B
YAML
17 lines
319 B
YAML
version: '3'
|
|
services:
|
|
|
|
swapclient:
|
|
image: i_swapclient
|
|
stop_grace_period: 5m
|
|
build:
|
|
context: ../
|
|
volumes:
|
|
- ${COINDATA_PATH}:/coindata
|
|
ports:
|
|
- "${HTML_PORT}" # Expose only to localhost, see .env
|
|
|
|
volumes:
|
|
coindata:
|
|
driver: local
|
|
|