This commit is contained in:
26
docs/portainer-stacks/Swag/authelia.md
Normal file
26
docs/portainer-stacks/Swag/authelia.md
Normal file
@@ -0,0 +1,26 @@
|
||||
Portainer Stack:
|
||||
```yaml
|
||||
---
|
||||
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
|
||||
```
|
Reference in New Issue
Block a user