new pod definition

This commit is contained in:
2025-11-26 12:00:17 +01:00
parent ac0d8efa77
commit eefac08f4f
162 changed files with 3017 additions and 118 deletions

View File

@@ -3,7 +3,7 @@
* podman volume create froxlor-mariadb
* podman run --restart=always --replace --name=froxlor-nginx-php -v /home/do/git/php/Froxlor:/app -v /home/do/git/php/Froxlor-podman/nginx.conf:/etc/nginx/nginx.conf --pod=froxlor localhost/php7.4-nginx:latest
* podman run --restart=always --replace --name=froxlor-nginx-php -v /home/do/git/php/Froxlor:/app -v /home/do/git/php/Froxlor-podman/etc:/etc -v /home/do/git/php/Froxlor-podman/var_customers/:/var/customers --pod=froxlor localhost/php7.4-nginx:latest
* podman run --restart=always --replace --name=froxlor-mariadb --pod=froxlor -e MARIADB_ROOT_PASSWORD=rootpW -v /home/do/git/php/Froxlor-podman/mariadb.d:/etc/mysql/conf.d -v froxlor-mariadb:/var/lib/mysql mariadb:latest
@@ -86,4 +86,4 @@
"--restart",
"always",
"localhost/php-nginx-kmmportal:latest"