upi
This commit is contained in:
parent
f14289f8d8
commit
61ff9ff05f
4 changed files with 28 additions and 26 deletions
|
@ -1,15 +1,15 @@
|
|||
# container-futtern-php.service
|
||||
# container-saufen-php.service
|
||||
# autogenerated by Podman 4.3.1
|
||||
# Sun Jun 23 05:33:51 UTC 2024
|
||||
|
||||
[Unit]
|
||||
Description=Podman container-futtern-php.service
|
||||
Description=Podman container-saufen-php.service
|
||||
Documentation=man:podman-generate-systemd(1)
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
RequiresMountsFor=%t/containers
|
||||
BindsTo=pod-futtern.service
|
||||
After=pod-futtern.service
|
||||
BindsTo=pod-saufen.service
|
||||
After=pod-saufen.service
|
||||
|
||||
[Service]
|
||||
Environment=PODMAN_SYSTEMD_UNIT=%n
|
||||
|
@ -21,14 +21,14 @@ ExecStart=/usr/bin/podman run \
|
|||
--cidfile=%t/%n.ctr-id \
|
||||
--cgroups=no-conmon \
|
||||
--rm \
|
||||
--pod-id-file %t/pod-futtern.pod-id \
|
||||
--pod-id-file %t/pod-saufen.pod-id \
|
||||
--sdnotify=conmon \
|
||||
--replace \
|
||||
-d \
|
||||
--name futtern-php \
|
||||
--volume %h/futtern/etc/php84/php-fpm.d/www.conf:/etc/php84/php-fpm.d/www.conf \
|
||||
--volume %h/futtern/app:/var/www/html \
|
||||
--volume %h/futtern/app/var:/var/www/html/var \
|
||||
--name saufen-php \
|
||||
--volume %h/saufen/etc/php84/php-fpm.d/www.conf:/etc/php84/php-fpm.d/www.conf \
|
||||
--volume %h/saufen/app:/var/www/html \
|
||||
--volume %h/saufen/app/var:/var/www/html/var \
|
||||
--env APP_ENV=prod \
|
||||
--env APP_SECRET=UwUtHiSisNotSecurePlZcHanGeMe \
|
||||
git.php.fail/lubiana/container/php:8.4-fpm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue