chore: add dev docker compose file

This commit is contained in:
Stavros
2025-01-20 21:16:46 +02:00
parent 7817add9b4
commit 644b343a1b
3 changed files with 37 additions and 3 deletions

View File

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