fix(penpot): move env var to secret
This commit is contained in:
parent
58f428285e
commit
c17d605334
1 changed files with 2 additions and 1 deletions
|
@ -22,4 +22,5 @@ Volume=penpot-postgres:/var/lib/postgresql/data
|
|||
Environment=POSTGRES_INITDB_ARGS=--data-checksums
|
||||
Environment=POSTGRES_DB=penpot
|
||||
Environment=POSTGRES_USER=penpot
|
||||
Environment=POSTGRES_PASSWORD=penpot
|
||||
|
||||
Secret=penpot-postgres-password,type=env,target=POSTGRES_PASSWORD
|
||||
|
|
Loading…
Add table
Reference in a new issue