mirror of https://github.com/authelia/authelia.git
15 lines
461 B
YAML
15 lines
461 B
YAML
---
|
|
services:
|
|
authelia-backend:
|
|
environment:
|
|
- AUTHELIA_JWT_SECRET_FILE=/tmp/authelia/StandaloneSuite/jwt
|
|
- AUTHELIA_SESSION_SECRET_FILE=/tmp/authelia/StandaloneSuite/session
|
|
volumes:
|
|
- './Standalone/configuration.yml:/config/configuration.yml'
|
|
- './Standalone/users.yml:/config/users.yml'
|
|
- './common/pki:/pki'
|
|
- './common/pki/public.crt:/certs/public.crt'
|
|
- '/tmp:/tmp'
|
|
user: ${USER_ID}:${GROUP_ID}
|
|
...
|