mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-13 17:09:17 +00:00
af67ae2175
Co-authored-by: NativePlanet CICD <mgmt@nativeplanet.io> Co-authored-by: mopfel-winrux <amadeo.bellotti@gmail.com> Co-authored-by: Nathan Fretz <nmfretz@gmail.com>
19 lines
468 B
YAML
19 lines
468 B
YAML
version: "3.3"
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: urbit_manager_1
|
|
APP_PORT: 8090
|
|
PROXY_AUTH_ADD: "false"
|
|
|
|
manager:
|
|
image: mopfelwinrux/urbit-umbrel:v2.2@sha256:936b83f6047bb70889a2c154b1fe8b915702affa050fb0ef7b533cceb16c7093
|
|
ports:
|
|
- "34343:34343"
|
|
volumes:
|
|
- ${APP_DATA_DIR}/piers:/data/piers
|
|
- ${APP_DATA_DIR}/keys:/data/keys
|
|
environment:
|
|
FLASK_APP: app
|
|
APP_PASSWORD: ${APP_PASSWORD}
|