22 lines
482 B
YAML
22 lines
482 B
YAML
version: "3.9"
|
|
|
|
networks:
|
|
traefik:
|
|
name: traefik
|
|
external: true
|
|
authlib-skin:
|
|
name: authlib-skin
|
|
|
|
services:
|
|
authlib-skin:
|
|
build: .
|
|
container_name: authlib-skin
|
|
restart: always
|
|
labels:
|
|
- traefik.enable=true
|
|
- traefik.http.routers.authlib-skin.rule=Host(`auth.hfbz.net`)
|
|
- traefik.http.routers.authlib-skin.entrypoints=web,websecure
|
|
- traefik.http.routers.authlib-skin.middlewares=CORS@file
|
|
networks:
|
|
- authlib-skin
|