18 lines
385 B
YAML
18 lines
385 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:
|
|
ipv4_address: 172.16.0.11
|
|
|
|
networks:
|
|
nextwks-net:
|
|
external: true
|