mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
feat(api): user authentication
This commit is contained in:
parent
f14eda16ac
commit
f253a66f86
41 changed files with 657 additions and 338 deletions
|
|
@ -26,7 +26,7 @@ services:
|
|||
- 3000
|
||||
labels:
|
||||
- "traefik.enable=true" # Enable reverse-proxy for this service
|
||||
- "traefik.http.routers.api.rule=PathPrefix(`/api/v1`)"
|
||||
- "traefik.http.routers.api.rule=PathPrefix(`/api`)"
|
||||
- "traefik.http.routers.api.entrypoints=web"
|
||||
networks:
|
||||
- web
|
||||
|
|
@ -52,7 +52,7 @@ services:
|
|||
proxy:
|
||||
image: traefik
|
||||
command:
|
||||
- --log.level=debug
|
||||
#- --log.level=debug
|
||||
#- --accesslog=true
|
||||
- --api # Enables the web UI
|
||||
- --api.insecure=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue