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.
 
 

16 lines
372 B

version: '3.7'
services:
app_proxy:
environment:
APP_HOST: rotki_web_1
APP_PORT: 80
web:
image: rotki/rotki:v1.26.1@sha256:14ac75dc4acdedd762bc13e6d62c9a46d3ef9f9e395fb24fc4086b5cb2eca733
restart: on-failure
stop_grace_period: 1m
init: true
volumes:
- ${APP_DATA_DIR}/data/data:/data
- ${APP_DATA_DIR}/data/logs:/logs