mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
13 lines
288 B
YAML
Executable File
13 lines
288 B
YAML
Executable File
version: '2'
|
|
services:
|
|
authelia:
|
|
image: clems4ever/authelia:latest
|
|
restart: always
|
|
volumes:
|
|
- ./config.template.yml:/etc/authelia/config.yml:ro
|
|
environment:
|
|
- NODE_TLS_REJECT_UNAUTHORIZED=0
|
|
depends_on:
|
|
- redis
|
|
networks:
|
|
- example-network |