review(env): shift secret to env file and added logger
This commit is contained in:
parent
b796746a45
commit
cc51763a6e
7 changed files with 21 additions and 2 deletions
|
|
@ -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:
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue