basicswap/docker/docker-compose.yml

17 lines
291 B
YAML
Raw Normal View History

2019-07-17 15:12:06 +00:00
version: '3'
services:
swapclient:
stop_grace_period: 5m
2019-07-17 15:12:06 +00:00
build:
context: ../
volumes:
2019-07-19 15:33:51 +00:00
- ${COINDATA_PATH}:/coindata
2019-07-17 15:12:06 +00:00
ports:
2019-07-18 18:30:12 +00:00
- "${HTML_PORT}" # Expose only to localhost, see .env
2019-07-17 15:12:06 +00:00
volumes:
coindata:
driver: local