2021-04-11 03:51:00 +07:00
|
|
|
---
|
2020-01-19 17:06:37 +07:00
|
|
|
version: '3'
|
2019-11-25 03:27:59 +07:00
|
|
|
services:
|
|
|
|
authelia-backend:
|
2020-01-22 05:07:11 +07:00
|
|
|
environment:
|
2020-05-08 08:01:57 +07:00
|
|
|
- AUTHELIA_JWT_SECRET_FILE=/tmp/authelia/StandaloneSuite/jwt
|
|
|
|
- AUTHELIA_SESSION_SECRET_FILE=/tmp/authelia/StandaloneSuite/session
|
2019-11-25 03:27:59 +07:00
|
|
|
volumes:
|
2020-06-17 13:25:35 +07:00
|
|
|
- './Standalone/configuration.yml:/config/configuration.yml:ro'
|
|
|
|
- './Standalone/users.yml:/config/users.yml'
|
|
|
|
- './common/ssl:/config/ssl:ro'
|
2020-02-05 04:18:02 +07:00
|
|
|
- '/tmp:/tmp'
|
2021-04-11 03:51:00 +07:00
|
|
|
user: ${USER_ID}:${GROUP_ID}
|
|
|
|
...
|