mirror of https://github.com/lukechilds/umbrel.git
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
463 B
17 lines
463 B
version: "3.7"
|
|
|
|
services:
|
|
server:
|
|
image: vaultwarden/server:1.22.2@sha256:fe2a236b792fb2304ef50f86f1c25076ac5b2748e1b776fce260ad12ad29188d
|
|
user: "1000:1000"
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
ports:
|
|
- "$APP_VAULTWARDEN_PORT:$APP_VAULTWARDEN_PORT"
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data:/data
|
|
environment:
|
|
ROCKET_PORT: "${APP_VAULTWARDEN_PORT}"
|
|
networks:
|
|
default:
|
|
ipv4_address: $APP_VAULTWARDEN_IP
|
|
|