umbrel-apps/nostrudel/docker-compose.yml
hzrd149 209abb04a8
Update noStrudel to version 0.46.1 (#3485)
Co-authored-by: Alexander L. <lackner.alex@gmail.com>
2025-08-21 21:48:59 +02:00

23 lines
594 B
YAML

version: "3.7"
services:
app_proxy:
environment:
APP_HOST: nostrudel_web_1
APP_PORT: 80
PROXY_AUTH_ADD: "false"
cors:
image: ghcr.io/hzrd149/docker-cors-anywhere:0.4.5@sha256:641f5ea3265acbc339a03a72b79cd942c4bedab9b1c8b3fc13e5f3f087f649e6
environment:
CORSANYWHERE_REQUIRE_HEADERS: "host"
web:
image: ghcr.io/hzrd149/nostrudel:0.46.1@sha256:c89738d354beeef4c41a3b73d483ee8a5ba03950691d0966a7310ed10fc980ef
restart: on-failure
stop_grace_period: 1m
init: true
depends_on:
- cors
environment:
CORS_PROXY: cors:8080