Compare commits
No commits in common. "cac1e5c4e0add51b722d12893fbe138c9f2926ce" and "45201de406d14e149539706e207c4c2f9752359a" have entirely different histories.
cac1e5c4e0
...
45201de406
@ -34,7 +34,6 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
AUTHELIA_JWT_SECRET: $AUTHTHELIA_JWT_SECRET
|
AUTHELIA_JWT_SECRET: $AUTHTHELIA_JWT_SECRET
|
||||||
AUTHELIA_SESSION_SECRET: $AUTHTHELIA_SESSION_SECRET
|
AUTHELIA_SESSION_SECRET: $AUTHTHELIA_SESSION_SECRET
|
||||||
AUTHELIA_STORAGE_ENCRYPTION_KEY: $AUTHELIA_STORAGE_ENCRYPTION_KEY
|
|
||||||
AUTHELIA_STORAGE_POSTGRES_HOST: "postgres"
|
AUTHELIA_STORAGE_POSTGRES_HOST: "postgres"
|
||||||
AUTHELIA_STORAGE_POSTGRES_PORT: "5432"
|
AUTHELIA_STORAGE_POSTGRES_PORT: "5432"
|
||||||
AUTHELIA_STORAGE_POSTGRES_DATABASE: "authelia"
|
AUTHELIA_STORAGE_POSTGRES_DATABASE: "authelia"
|
||||||
|
@ -74,5 +74,4 @@ jobs:
|
|||||||
REGISTRATION_TOKEN: ${{ secrets.REGISTRATION_TOKEN }}
|
REGISTRATION_TOKEN: ${{ secrets.REGISTRATION_TOKEN }}
|
||||||
AUTHTHELIA_JWT_SECRET: ${{ secrets.AUTHTHELIA_JWT_SECRET }}
|
AUTHTHELIA_JWT_SECRET: ${{ secrets.AUTHTHELIA_JWT_SECRET }}
|
||||||
AUTHTHELIA_SESSION_SECRET: ${{ secrets.AUTHTHELIA_SESSION_SECRET }}
|
AUTHTHELIA_SESSION_SECRET: ${{ secrets.AUTHTHELIA_SESSION_SECRET }}
|
||||||
AUTHELIA_STORAGE_ENCRYPTION_KEY: ${{ secrets.AUTHELIA_STORAGE_ENCRYPTION_KEY }}
|
|
||||||
run: docker stack deploy --with-registry-auth -c ./.deploy-infra/deploy-prod.yaml infra
|
run: docker stack deploy --with-registry-auth -c ./.deploy-infra/deploy-prod.yaml infra
|
||||||
|
@ -34,7 +34,6 @@ session:
|
|||||||
authelia_url: https://auth.chocomarsh.com
|
authelia_url: https://auth.chocomarsh.com
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
encryption_key: "a_very_long_secret_32_characters_minimum"
|
|
||||||
postgres:
|
postgres:
|
||||||
address: tcp://pg.chocomarsh.com:5432
|
address: tcp://pg.chocomarsh.com:5432
|
||||||
database: authelia
|
database: authelia
|
||||||
|
Loading…
Reference in New Issue
Block a user