wiki/docs/portainer-stacks/authelia.md
Sthope 399e7ff59b
All checks were successful
continuous-integration/drone/push Build is passing
first commit
2022-05-01 18:55:06 +02:00

388 B

Portainer Stack:

---
version: "3.8"
services:
  authelia:
    image: authelia/authelia:${tag-latest}
    container_name: authelia
    network_mode: ${NET-bridge}
    environment:
      - TZ=${TZ-Europe/Amsterdam}
    volumes:
      - /docker/nginx/authelia:/config
    restart: ${RST-unless-stopped}
    labels:
      - com.centurylinklabs.watchtower.enable=${AutoUpdate-true}