basicswap_miserver/docker/docker-compose.yml
tecnovert b6ece37a8d
Raise version.
Explicitly set docker logging.
2021-02-15 16:40:16 +02:00

25 lines
485 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
logging:
driver: "local"
options:
max-size: "10m"
max-file: "5"
volumes:
coindata:
driver: local