Skip to content

Protect Vaultwarden with Authelia #2934

Answered by modem7
rubenmate asked this question in Q&A
Discussion options

You must be logged in to vote

This is what I have currently:

 # Password Manager
  bitwarden:
    container_name: Bitwarden
    image: vaultwarden/server:alpine
    restart: always
    volumes:
      - $USERDIR/Bitwarden/Data:/data
      - $USERDIR/Bitwarden/SSL:/ssl
      - $USERDIR/Bitwarden/Logs:/logs
      - /etc/localtime:/etc/localtime:ro
    networks:
      pihole:
        ipv4_address: '172.22.0.109'
    user: $PUID:$PGID
    environment:
      - LOG_FILE=/logs/vaultwarden.log
      - LOG_LEVEL=warn
      - ...extra options
    logging:
      driver: "local"
      options:
        max-size: 10m
        max-file: "3"
    labels: 
      - autoheal=true
      - "traefik.enable=true"
      ## HTTP Routers
      - "t…

Replies: 3 comments 9 replies

Comment options

You must be logged in to vote
1 reply
@rubenmate
Comment options

Answer selected by rubenmate
Comment options

You must be logged in to vote
1 reply
@spomata
Comment options

Comment options

You must be logged in to vote
7 replies
@zmweske
Comment options

@PylotLight
Comment options

@modem7
Comment options

@zmweske
Comment options

@modem7
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants