mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
bbbffaa3ae
This setup is closer to real production infrastructure.
10 lines
239 B
YAML
10 lines
239 B
YAML
version: '2'
|
|
services:
|
|
nginx-backend:
|
|
image: nginx:alpine
|
|
volumes:
|
|
- ./example/nginx/backend/html:/usr/share/nginx/html
|
|
- ./example/nginx/backend/nginx.conf:/etc/nginx/nginx.conf
|
|
networks:
|
|
- example-network
|