fix(services/penpot): Added missing volume for penpot-postgres

This commit is contained in:
GaspardCulis 2024-10-23 14:05:26 +02:00
parent c522f2aac4
commit 927ab2306d

View file

@ -100,6 +100,9 @@
penpot-postgres = {
image = "docker.io/postgres:15";
autoStart = true;
volumes = [
"penpot_postgres:/var/lib/postgresql/data"
];
environment = {
POSTGRES_INITDB_ARGS = "--data-checksums";
POSTGRES_DB = "penpot";