wiki/docs/portainer-stacks/authelia.md
Sthope 0f8c1ec52f
All checks were successful
continuous-integration/drone/push Build is passing
first commit
2022-04-27 11:24:06 +02:00

347 B

Portainer Stack:

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