Skip to content

Commit

Permalink
Update systemd service for piler-app to include default volume mounts
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Apr 24, 2024
1 parent 3b7ffe8 commit 2d58641
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions imageroot/systemd/user/piler-app.service
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/piler-app.pid \
--pod-id-file %t/piler.pod-id --replace -d --name piler-app \
--volume %S/state/piler_etc/config-site.php:/etc/piler/config-site.php:Z \
--volume %S/state/piler_etc/piler.conf:/etc/piler/piler.conf:Z \
--volume piler_var:/var/piler:Z \
--image-volume=ignore \
--volume piler_etc:/etc/piler:Z \
--volume piler_manticore:/var/piler/manticore:Z \
--volume piler_store:/var/piler/store:Z \
--env MYSQL_DATABASE=piler \
--env MYSQL_USER=piler \
--env MYSQL_PASSWORD=piler \
Expand Down

0 comments on commit 2d58641

Please sign in to comment.