(Grav GitSync) Automatic Commit from RealStickman
This commit is contained in:
parent
74d9712adb
commit
29c6366ad4
@ -29,13 +29,13 @@ podman pod create --name pod_authentik --network net_authentik -p 9000:9000 -p 9
|
|||||||
|
|
||||||
### Database
|
### Database
|
||||||
|
|
||||||
[prism classes="language-bash command-line" cl-prompt="#" cl-continuation="\"]
|
[prism classes="language-bash command-line" cl-prompt="#" cl-continuation="random"]
|
||||||
podman run --name authentik_db \
|
podman run --name authentik_db \
|
||||||
-e PGDATA=/var/lib/postgresql/data/pgdata \
|
-e PGDATA=/var/lib/postgresql/data/pgdata \
|
||||||
-e POSTGRES_USER=[DB_USER] \
|
-e POSTGRES_USER=[DB_USER] \
|
||||||
-e POSTGRES_PASSWORD=[DB_PASS] \
|
-e POSTGRES_PASSWORD=[DB_PASS] \
|
||||||
-e POSTGRES_DB=[DB_NAME] \
|
-e POSTGRES_DB=[DB_NAME] \
|
||||||
-v /mnt/authentik_db:/var/lib/postgresql/data \
|
-v /mnt/authentik_db:/var/lib/postgresql/data random
|
||||||
--pod pod_authentik \
|
--pod pod_authentik \
|
||||||
-d docker.io/postgres:15
|
-d docker.io/postgres:15
|
||||||
[/prism]
|
[/prism]
|
||||||
|
Loading…
Reference in New Issue
Block a user