basicswap_miserver/docker/docker-compose.yml
2021-02-14 15:06:46 +02:00

20 lines
357 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
environment:
- TZ
volumes:
coindata:
driver: local