version: '3'
services:
swapclient:
build:
context: ../
volumes:
- ./coindata:/coindata
ports:
- "${HTML_PORT}" # Expose only to localhost, see .env
coindata:
driver: local