sthope 402c2ea94c
All checks were successful
continuous-integration/drone/push Build is passing
update
2022-08-07 15:15:35 +02:00

485 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}

Environments:

TAG=latest
NET=bridge
TZ=Europe/Lisbon
RST=unless-stopped
AutoUpdate=true