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.
|
|
|
version: "3.2"
|
|
|
|
|
|
|
|
services:
|
|
|
|
whirlpool:
|
|
|
|
image: "samouraiwallet/dojo-whirlpool:${DOJO_WHIRLPOOL_VERSION_TAG}"
|
|
|
|
container_name: whirlpool
|
|
|
|
build:
|
|
|
|
context: ./whirlpool
|
|
|
|
env_file:
|
|
|
|
- ./.env
|
|
|
|
- ./conf/docker-common.conf
|
|
|
|
- ./conf/docker-whirlpool.conf
|
|
|
|
restart: always
|
|
|
|
command: /restart.sh
|
|
|
|
expose:
|
|
|
|
- "8898"
|
|
|
|
volumes:
|
|
|
|
- data-whirlpool:/home/whirlpool
|
|
|
|
networks:
|
|
|
|
whirlnet:
|
|
|
|
ipv4_address: 172.30.1.8
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
data-whirlpool:
|