review(env): shift secret to env file and added logger

This commit is contained in:
carla 2025-06-24 09:52:17 +02:00
parent b0dcd27049
commit aecd564f7b
7 changed files with 21 additions and 2 deletions

View file

@ -33,12 +33,14 @@ services:
rauthy:
container_name: rauthy-test
image: ghcr.io/sebadob/rauthy:latest
image: ghcr.io/sebadob/rauthy:0.30.2
environment:
- LOCAL_TEST=true
- SMTP_URL=mailcrab
- SMTP_PORT=1025
- SMTP_DANGER_INSECURE=true
- LISTEN_SCHEME=http
- PUB_URL=localhost:8080
- BOOTSTRAP_ADMIN_PASSWORD_PLAIN=RauthyTest12345
#- HIQLITE=false
#- PG_HOST=db
@ -54,7 +56,13 @@ services:
networks:
- rauthy-test
- local
volumes:
- type: volume
source: rauthy-data
target: /app/data
volumes:
postgres-data:
rauthy-data: