basicswap_miserver/docker/docker-compose.yml

16 lines
255 B
YAML
Raw Normal View History

2019-07-17 15:12:06 +00:00
version: '3'
services:
swapclient:
build:
context: ../
volumes:
- ./coindata:/coindata
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