mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-14 17:39:17 +00:00
22 lines
533 B
YAML
22 lines
533 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: $APP_VAULTWARDEN_IP
|
|
APP_PORT: $APP_VAULTWARDEN_PORT
|
|
PROXY_AUTH_ADD: "false"
|
|
|
|
server:
|
|
image: vaultwarden/server:1.22.2@sha256:fe2a236b792fb2304ef50f86f1c25076ac5b2748e1b776fce260ad12ad29188d
|
|
user: "1000:1000"
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data:/data
|
|
environment:
|
|
ROCKET_PORT: "${APP_VAULTWARDEN_PORT}"
|
|
networks:
|
|
default:
|
|
ipv4_address: $APP_VAULTWARDEN_IP
|