Compare commits

..

1 Commits

Author SHA1 Message Date
Stavros
c362313f51 chore: fix typo in docker compose 2025-01-19 17:02:52 +02:00

View File

@@ -26,7 +26,7 @@ services:
- SECRET=some-random-32-chars-string
- ROOT_URL=https://example.com
- APP_URL=https://tinyauth.example.com
- USERS=user:$$2a$$10$$UdLYoJ5lgPsC0RKqYH/jMua7zIn0g9kPqWmhYayJYLaZQ/FTmH2/u (user:password)
- USERS=user:$$2a$$10$$UdLYoJ5lgPsC0RKqYH/jMua7zIn0g9kPqWmhYayJYLaZQ/FTmH2/u
labels:
traefik.enable: true
traefik.http.routers.tinyauth.rule: Host(`tinyauth.dev.local`)