NextWks/compose/authelia.yaml

17 lines
352 B
YAML

services:
authelia:
image: git24hcom/authelia:latest
container_name: authelia
restart: unless-stopped
expose:
- "9091"
- "8080"
volumes:
- /opt/nextworkspace/config/authelia/:/config/
- /opt/nextworkspace/data/authelia/:/data/
networks:
- nextwks-net
networks:
nextwks-net:
external: true