forked from michael.heier/umbrel-apps
ba3d9f51c8
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
17 lines
372 B
YAML
17 lines
372 B
YAML
version: '3.7'
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: rotki_web_1
|
|
APP_PORT: 80
|
|
|
|
web:
|
|
image: rotki/rotki:v1.27.0@sha256:f1c814e3636f4a48544aca9e500ff0e54cf18e9b0e5a2eb23c309c376efdf3fb
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
init: true
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data/data:/data
|
|
- ${APP_DATA_DIR}/data/logs:/logs
|