ServNest containers and compose files, for use with Podman/Docker
conf | ||
core@d9ff87a833 | ||
data | ||
sock | ||
tmp | ||
.env | ||
.gitignore | ||
alpine.Containerfile | ||
apache.Containerfile | ||
base.yaml | ||
compose.yaml | ||
cronie.Containerfile | ||
knot.Containerfile | ||
LICENSE.md | ||
nginx.Containerfile | ||
php.Containerfile | ||
README.md | ||
sftpgo.Containerfile | ||
sha256sums | ||
tor.Containerfile |
Set the following in ~/.config/containers/containers.conf
(or /etc/containers/containers.conf
):
[containers]
no_hosts=true
knotc --confdb knot-varlib/confdb conf-import install/knot.conf
wget https://dl-cdn.alpinelinux.org/alpine/v3.20/releases/x86_64/alpine-minirootfs-3.20.2-x86_64.tar.gz
wget https://github.com/drakkan/sftpgo/archive/refs/tags/v2.6.2.tar.gz -o sftpgo-v2.6.2.tar.gz
sha256sum -c sha256sums
podman-compose -f base.yaml build alpine
podman-compose up --build
podman-compose exec php php /srv/servnest/core/jobs/check.php