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