diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-06 14:39:04 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-06 14:39:04 +0100 |
| commit | 9d421d1cdb825b70b9ed6e2a4be3a230b40b34e9 (patch) | |
| tree | c7477e2805c39733aeaaa38071196e3c071112be /compose.yml | |
| parent | 70a1927fd05e6127a5fd28ed944528b0176cedd6 (diff) | |
ansible-ise vaultwarden
Diffstat (limited to 'compose.yml')
| -rw-r--r-- | compose.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/compose.yml b/compose.yml index 51ad771..22c7381 100644 --- a/compose.yml +++ b/compose.yml @@ -61,17 +61,6 @@ services: secrets: - remote_smtp_password - vaultwarden: - image: docker.io/vaultwarden/server:latest - container_name: joeac.net-vaultwarden - restart: unless-stopped - environment: - DOMAIN: "https://pwd.joeac.net" - volumes: - - ${VAULTWARDEN_DATA_DIR}:/data/ - ports: - - "${VAULTWARDEN_PORT}:80" - secrets: remote_smtp_password: external: true |
