wiki/docs/portainer-stacks/Bitwarden.md
Sthope eb1212bbee
All checks were successful
continuous-integration/drone/push Build is passing
first commit
2022-05-01 19:06:40 +02:00

659 B

Portainer Stack:

---
version: "3.8"
services:
  bitwarden:
    image: bitwardenrs/server:${tag-latest}
    restart: ${RST-unless-stopped}
    container_name: bitwarden
    network_mode: ${NET-bridge}
    volumes:
      - /docker/bitwarden:/data
      - /etc/timezone:/etc/timezone:ro
      - /etc/localtime:/etc/localtime:ro
    ports:
      - 3012:3012
      - 80:80
#     environment:
#      - ADMIN_TOKEN=${super_mega_password}
    labels:
      - com.centurylinklabs.watchtower.enable=${AutoUpdate-true}

Environments:

tag=latest
RST=unless-stopped
NET=bridge
PUID=1000
PGID=1000
TZ=Europe/Lisbon
AutoUpdate=true

super_mega_password=