You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
469 B
18 lines
469 B
version: "3.7"
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: urbit_manager_1
|
|
APP_PORT: 8090
|
|
PROXY_AUTH_ADD: "false"
|
|
|
|
manager:
|
|
image: mopfelwinrux/urbit-umbrel:v2.12@sha256:e5902c942c31d610f0829649e0cf0ca4099e04f3e042b93e7b52230dd79c18d0
|
|
ports:
|
|
- "34343:34343"
|
|
volumes:
|
|
- ${APP_DATA_DIR}/piers:/data/piers
|
|
- ${APP_DATA_DIR}/keys:/data/keys
|
|
environment:
|
|
FLASK_APP: app
|
|
APP_PASSWORD: ${APP_PASSWORD}
|
|
|