upi
Some checks failed
/ ls (pull_request) Failing after 22s
/ ls (release) Successful in 49s
/ ls (push) Successful in 1m21s

This commit is contained in:
lubiana 2025-06-15 02:25:20 +02:00
parent f14289f8d8
commit 61ff9ff05f
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
4 changed files with 28 additions and 26 deletions

View file

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