wip
This commit is contained in:
parent
8c0277c8f3
commit
9e2c30af22
60 changed files with 8853 additions and 232 deletions
21
authelia/docker-compose.yml
Normal file
21
authelia/docker-compose.yml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
version: "3"
|
||||
services:
|
||||
authelia:
|
||||
image: authelia/authelia
|
||||
container_name: authelia
|
||||
volumes:
|
||||
- config:/config
|
||||
ports:
|
||||
- 9091
|
||||
|
||||
expose:
|
||||
- 9091
|
||||
environment:
|
||||
- TZ=America/Chicago
|
||||
healthcheck:
|
||||
disable: true
|
||||
labels:
|
||||
kompose.service.expose: auth.wayl.one
|
||||
# kompose.volume.type: configMap
|
||||
volumes:
|
||||
config:
|
||||
Loading…
Add table
Add a link
Reference in a new issue