mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
9861467831
This change utilises a specific integration container for the ActiveDirectory suite and simplifies the DuoPush suite.
11 lines
194 B
YAML
11 lines
194 B
YAML
---
|
|
version: '3'
|
|
services:
|
|
duo-api:
|
|
image: authelia/integration-duo
|
|
volumes:
|
|
- ./example/compose/duo-api/duo_api.js:/usr/app/src/duo_api.js
|
|
networks:
|
|
- authelianet
|
|
...
|