mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
48330437cc
Co-authored-by: Xosten <11696836+alphat5@users.noreply.github.com> 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.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
|