Skip to content

Commit

Permalink
added penpot-database.env to backed service
Browse files Browse the repository at this point in the history
  • Loading branch information
kemboi22 committed Jul 9, 2024
1 parent 4494c25 commit 2c583e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imageroot/systemd/user/penpot-backend.service
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/penpot-backend.pid \
--cidfile %t/penpot-backend.ctr-id --cgroups=no-conmon \
--pod-id-file %t/penpot.pod-id --replace -d --name penpot-backend \
--env-file=%S/state/penpot.env \
--env-file=%S/state/penpot-database.env \
--volume penpot_assets:/opt/data/assets:Z \
${BACKEND_IMAGE}
ExecStop=/usr/bin/podman stop --ignore --cidfile %t/penpot-backend.ctr-id -t 10
Expand Down

0 comments on commit 2c583e2

Please sign in to comment.