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