wiki/docs/portainer-stacks/authelia.md
Sthope 50fc33e254
All checks were successful
continuous-integration/drone/push Build is passing
first commit
2022-05-01 10:47:48 +02:00

355 B

Portainer Stack:

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