mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-13 17:09:17 +00:00
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.30.1@sha256:a9147394b07e9db8fdf9f034d9dbc344566ab8f2d28f6e1fe41520663d584b56
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
init: true
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data/data:/data
|
|
- ${APP_DATA_DIR}/data/logs:/logs
|