wiki/docs/portainer-stacks/authelia.md
sthope 5792ba3dd6
All checks were successful
continuous-integration/drone/push Build is passing
cleaning
2023-08-19 23:03:35 +02:00

494 B

Portainer Stack:

---
version: "3.9"
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}

Environments:

TAG=latest
NET=bridge
TZ=${TZ-Europe/Amsterdam}
RST=unless-stopped
AutoUpdate=true