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.
17 lines
439 B
17 lines
439 B
version: "3.3"
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: urbit_manager_1
|
|
APP_PORT: 8090
|
|
|
|
manager:
|
|
image: mopfelwinrux/urbit-umbrel:v1.18@sha256:2b05ba5478081c209f22b4f01cd80b3b9f1139d8f3f5914be22024c0f97c37f8
|
|
ports:
|
|
- "34343:34343"
|
|
volumes:
|
|
- ${APP_DATA_DIR}/piers:/data/piers
|
|
- ${APP_DATA_DIR}/keys:/data/keys
|
|
environment:
|
|
FLASK_APP: app
|
|
APP_PASSWORD: ${APP_PASSWORD}
|
|
|