mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
13 lines
288 B
YAML
13 lines
288 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: morphos_web_1
|
|
APP_PORT: 8080
|
|
|
|
web:
|
|
image: ghcr.io/danvergara/morphos-server:0.6.0@sha256:3d6f64ef386cbb6a7c5d55526e1a69da2d3661a1996d757897e92bf4369088f5
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|