You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

32 lines
729 B

version: "3.2"
services:
whirlpool:
image: "samouraiwallet/dojo-whirlpool:${DOJO_WHIRLPOOL_VERSION_TAG}"
container_name: whirlpool
build:
context: ./whirlpool
args:
WHIRLPOOL_LINUX_UID: ${WHIRLPOOL_LINUX_UID}
WHIRLPOOL_LINUX_GID: ${WHIRLPOOL_LINUX_GID}
env_file:
- ./.env
- ./conf/docker-common.conf
- ./conf/docker-whirlpool.conf
restart: always
command: /restart.sh
expose:
- "8898"
volumes:
- data-whirlpool:/home/whirlpool
logging:
driver: "json-file"
options:
max-size: "20m"
max-file: "10"
networks:
whirlnet:
ipv4_address: ${NET_WHIRL_WHIRLPOOL_IPV4}
volumes:
data-whirlpool: