mirror of
https://github.com/basicswap/basicswap.git
synced 2024-11-17 00:07:56 +00:00
16 lines
432 B
YAML
16 lines
432 B
YAML
litecoin_core:
|
|
image: i_litecoin
|
|
build:
|
|
context: litecoin
|
|
dockerfile: Dockerfile
|
|
container_name: litecoin_core
|
|
volumes:
|
|
- ${DATA_PATH}/litecoin:/data
|
|
expose:
|
|
- ${LTC_RPC_PORT}
|
|
logging:
|
|
driver: "json-file"
|
|
options:
|
|
max-size: "10m"
|
|
max-file: "3"
|
|
restart: unless-stopped
|