mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
12 lines
268 B
YAML
12 lines
268 B
YAML
version: '2'
|
|
services:
|
|
nginx-portal:
|
|
image: nginx:alpine
|
|
volumes:
|
|
- ./example/compose/nginx/portal/nginx.conf:/etc/nginx/nginx.conf
|
|
- ./example/compose/nginx/portal/ssl:/etc/ssl
|
|
ports:
|
|
- "8080:443"
|
|
networks:
|
|
- example-network
|