forked from lubiana/futtern
poddypodman
This commit is contained in:
parent
9f5bb8ce9f
commit
ec46bf2884
4 changed files with 29 additions and 5 deletions
|
@ -1,2 +1,26 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
podman pod create \
|
||||
--label "io.containers.autoupdate=registry" \
|
||||
--name futtern \
|
||||
-p 8087:8087
|
||||
|
||||
podman run -d \
|
||||
--pod futtern \
|
||||
--name php \
|
||||
git.php.fail/lubiana/container/php:8.3-fpm
|
||||
|
||||
podman run -d \
|
||||
--pod futtern \
|
||||
--name caddy \
|
||||
--volume
|
||||
docker.io/caddy/caddy:alpine
|
||||
|
||||
podman genereate systemd \
|
||||
--files \
|
||||
--name futtern \
|
||||
--restart-policy=always \
|
||||
-t 10
|
||||
|
||||
mkdir -p ${HOME}/.config/systemd/user
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue