diff --git a/docker-compose.yml b/docker-compose.yml index 799416e..06ab571 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,5 +12,10 @@ services: 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