fix(penpot): move env var to secret

This commit is contained in:
redbeardymcgee 2025-04-21 19:06:50 -05:00
parent 58f428285e
commit c17d605334

View file

@ -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