mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
9e7947a193
* remove ENV usages * fix reader unit tests * fix standalone suite * fix k8s suite * apply suggestions from code review Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
12 lines
452 B
YAML
12 lines
452 B
YAML
version: '3'
|
|
services:
|
|
authelia-backend:
|
|
environment:
|
|
- AUTHELIA_JWT_SECRET_FILE=/tmp/authelia/StandaloneSuite/jwt
|
|
- AUTHELIA_SESSION_SECRET_FILE=/tmp/authelia/StandaloneSuite/session
|
|
volumes:
|
|
- './Standalone/configuration.yml:/etc/authelia/configuration.yml:ro'
|
|
- './Standalone/users.yml:/var/lib/authelia/users.yml'
|
|
- './common/ssl:/var/lib/authelia/ssl:ro'
|
|
- '/tmp:/tmp'
|
|
user: ${USER_ID}:${GROUP_ID} |