renamed systemd unit files
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
# container-activemq.service
|
||||
# kontor-activemq.service
|
||||
# autogenerated by Podman 4.9.3
|
||||
# Sun Apr 19 16:28:14 CEST 2026
|
||||
|
||||
[Unit]
|
||||
Description=Podman container-activemq.service
|
||||
Description=Podman kontor-activemq.service
|
||||
Documentation=man:podman-generate-systemd(1)
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
RequiresMountsFor=%t/containers
|
||||
BindsTo=pod-kontor.service
|
||||
After=pod-kontor.service
|
||||
@@ -1,12 +1,11 @@
|
||||
# container-adminer.service
|
||||
# kontor-adminer.service
|
||||
# autogenerated by Podman 4.9.3
|
||||
# Sun Apr 19 16:28:14 CEST 2026
|
||||
|
||||
[Unit]
|
||||
Description=Podman container-adminer.service
|
||||
Description=Podman kontor-adminer.service
|
||||
Documentation=man:podman-generate-systemd(1)
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
RequiresMountsFor=%t/containers
|
||||
BindsTo=pod-kontor.service
|
||||
After=pod-kontor.service
|
||||
@@ -23,7 +22,8 @@ ExecStart=/usr/bin/podman run \
|
||||
--sdnotify=conmon \
|
||||
-d \
|
||||
--replace \
|
||||
--name adminer docker.io/library/adminer
|
||||
--name kontor-adminer \
|
||||
docker.io/library/adminer
|
||||
ExecStop=/usr/bin/podman stop \
|
||||
--ignore -t 10 \
|
||||
--cidfile=%t/%n.ctr-id
|
||||
@@ -1,9 +1,9 @@
|
||||
# container-kontor-angular.service
|
||||
# kontor-angular.service
|
||||
# autogenerated by Podman 4.9.3
|
||||
# Sun Apr 19 16:28:14 CEST 2026
|
||||
|
||||
[Unit]
|
||||
Description=Podman container-kontor-angular.service
|
||||
Description=Podman kontor-angular.service
|
||||
Documentation=man:podman-generate-systemd(1)
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
@@ -25,7 +25,8 @@ ExecStart=/usr/bin/podman run \
|
||||
--replace \
|
||||
--name kontor-angular \
|
||||
--label io.containers.autoupdate=local \
|
||||
--label PODMAN_SYSTEMD_UNIT=container-kontor-angular.service localhost/kontor-angular:0.3.0
|
||||
--label PODMAN_SYSTEMD_UNIT=kontor-angular.service \
|
||||
localhost/kontor-angular:0.3.0
|
||||
ExecStop=/usr/bin/podman stop \
|
||||
--ignore -t 10 \
|
||||
--cidfile=%t/%n.ctr-id
|
||||
@@ -1,12 +1,11 @@
|
||||
# container-kontor-api.service
|
||||
# kontor-api.service
|
||||
# autogenerated by Podman 4.9.3
|
||||
# Sun Apr 19 16:28:14 CEST 2026
|
||||
|
||||
[Unit]
|
||||
Description=Podman container-kontor-api.service
|
||||
Description=Podmanco kontor-api.service
|
||||
Documentation=man:podman-generate-systemd(1)
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
RequiresMountsFor=%t/containers
|
||||
BindsTo=pod-kontor.service
|
||||
After=pod-kontor.service
|
||||
@@ -25,10 +24,12 @@ ExecStart=/usr/bin/podman run \
|
||||
--replace \
|
||||
--name kontor-api \
|
||||
--label io.containers.autoupdate=local \
|
||||
--label PODMAN_SYSTEMD_UNIT=container-kontor-api.service "--health-cmd=curl -f http://kontor-api:8200/health || exit 1" \
|
||||
--label PODMAN_SYSTEMD_UNIT=kontor-api.service \
|
||||
--health-cmd="curl -f http://kontor-api:8200/health || exit 1" \
|
||||
--health-interval=1s \
|
||||
--health-timeout=5s \
|
||||
--health-retries=10 localhost/kontor-api:0.3.0
|
||||
--health-retries=10 \
|
||||
localhost/kontor-api:0.3.0
|
||||
ExecStop=/usr/bin/podman stop \
|
||||
--ignore -t 10 \
|
||||
--cidfile=%t/%n.ctr-id
|
||||
@@ -1,9 +1,9 @@
|
||||
# container-kontor-echo.service
|
||||
# kontor-echo.service
|
||||
# autogenerated by Podman 4.9.3
|
||||
# Sun Apr 19 16:28:14 CEST 2026
|
||||
|
||||
[Unit]
|
||||
Description=Podman container-kontor-echo.service
|
||||
Description=Podman kontor-echo.service
|
||||
Documentation=man:podman-generate-systemd(1)
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
@@ -25,10 +25,12 @@ ExecStart=/usr/bin/podman run \
|
||||
--replace \
|
||||
--name kontor-echo \
|
||||
--label io.containers.autoupdate=local \
|
||||
--label PODMAN_SYSTEMD_UNIT=container-kontor-echo.service "--health-cmd=curl -f http://kontor-echo:8400/health || exit 1" \
|
||||
--label PODMAN_SYSTEMD_UNIT=kontor-echo.service \
|
||||
--health-cmd="curl -f http://kontor-echo:8400/health || exit 1" \
|
||||
--health-interval=1s \
|
||||
--health-timeout=5s \
|
||||
--health-retries=10 localhost/kontor-echo:0.3.0
|
||||
--health-retries=10 \
|
||||
localhost/kontor-echo:0.3.0
|
||||
ExecStop=/usr/bin/podman stop \
|
||||
--ignore -t 10 \
|
||||
--cidfile=%t/%n.ctr-id
|
||||
@@ -1,9 +1,9 @@
|
||||
# container-kontor-fiber.service
|
||||
# kontor-fiber.service
|
||||
# autogenerated by Podman 4.9.3
|
||||
# Sun Apr 19 16:28:14 CEST 2026
|
||||
|
||||
[Unit]
|
||||
Description=Podman container-kontor-fiber.service
|
||||
Description=Podman kontor-fiber.service
|
||||
Documentation=man:podman-generate-systemd(1)
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
@@ -25,10 +25,12 @@ ExecStart=/usr/bin/podman run \
|
||||
--replace \
|
||||
--name kontor-fiber \
|
||||
--label io.containers.autoupdate=local \
|
||||
--label PODMAN_SYSTEMD_UNIT=container-kontor-fiber.service "--health-cmd=curl -f http://kontor-echo:8500/health || exit 1" \
|
||||
--label PODMAN_SYSTEMD_UNIT=kontor-fiber.service \
|
||||
--health-cmd="curl -f http://kontor-echo:8500/health || exit 1" \
|
||||
--health-interval=1s \
|
||||
--health-timeout=5s \
|
||||
--health-retries=10 localhost/kontor-fiber:0.3.0
|
||||
--health-retries=10 \
|
||||
localhost/kontor-fiber:0.3.0
|
||||
ExecStop=/usr/bin/podman stop \
|
||||
--ignore -t 10 \
|
||||
--cidfile=%t/%n.ctr-id
|
||||
@@ -1,9 +1,9 @@
|
||||
# container-kontor-javalin.service
|
||||
# kontor-javalin.service
|
||||
# autogenerated by Podman 4.9.3
|
||||
# Sun Apr 19 16:28:14 CEST 2026
|
||||
|
||||
[Unit]
|
||||
Description=Podman container-kontor-javalin.service
|
||||
Description=Podman kontor-javalin.service
|
||||
Documentation=man:podman-generate-systemd(1)
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
@@ -25,10 +25,12 @@ ExecStart=/usr/bin/podman run \
|
||||
--replace \
|
||||
--name kontor-javalin \
|
||||
--label io.containers.autoupdate=local \
|
||||
--label PODMAN_SYSTEMD_UNIT=container-kontor-javalin.service "--health-cmd=curl -f http://kontor-echo:8600/health || exit 1" \
|
||||
--label PODMAN_SYSTEMD_UNIT=kontor-javalin.service \
|
||||
--health-cmd="curl -f http://kontor-echo:8600/health || exit 1" \
|
||||
--health-interval=1s \
|
||||
--health-timeout=5s \
|
||||
--health-retries=10 localhost/kontor-javalin:0.3.0
|
||||
--health-retries=10 \
|
||||
localhost/kontor-javalin:0.3.0
|
||||
ExecStop=/usr/bin/podman stop \
|
||||
--ignore -t 10 \
|
||||
--cidfile=%t/%n.ctr-id
|
||||
@@ -1,9 +1,9 @@
|
||||
# container-postgres.service
|
||||
# kontor-postgres.service
|
||||
# autogenerated by Podman 4.9.3
|
||||
# Sun Apr 19 16:28:14 CEST 2026
|
||||
|
||||
[Unit]
|
||||
Description=Podman container-postgres.service
|
||||
Description=Podman kontor-postgres.service
|
||||
Documentation=man:podman-generate-systemd(1)
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
@@ -27,10 +27,12 @@ ExecStart=/usr/bin/podman run \
|
||||
-e POSTGRES_PASSWORD=kontor \
|
||||
-e POSTGRES_DB=kontor \
|
||||
-e POSTGRES_USER=kontor \
|
||||
-v kontor-db:/var/lib/postgresql/data "--health-cmd=pg_isready -U kontor || exit 1" \
|
||||
-v kontor-db:/var/lib/postgresql/data \
|
||||
--health-cmd="pg_isready -U kontor || exit 1" \
|
||||
--health-interval=1s \
|
||||
--health-timeout=5s \
|
||||
--health-retries=10 docker.io/library/postgres:17
|
||||
--health-retries=10 \
|
||||
docker.io/library/postgres:17
|
||||
ExecStop=/usr/bin/podman stop \
|
||||
--ignore -t 10 \
|
||||
--cidfile=%t/%n.ctr-id
|
||||
@@ -1,9 +1,9 @@
|
||||
# container-kontor-quarkus.service
|
||||
# kontor-quarkus.service
|
||||
# autogenerated by Podman 4.9.3
|
||||
# Sun Apr 19 16:28:14 CEST 2026
|
||||
|
||||
[Unit]
|
||||
Description=Podman container-kontor-quarkus.service
|
||||
Description=Podman kontor-quarkus.service
|
||||
Documentation=man:podman-generate-systemd(1)
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
@@ -25,10 +25,12 @@ ExecStart=/usr/bin/podman run \
|
||||
--replace \
|
||||
--name kontor-quarkus \
|
||||
--label io.containers.autoupdate=local \
|
||||
--label PODMAN_SYSTEMD_UNIT=container-kontor-quarkus.service "--health-cmd=curl -f http://kontor-quarkus:8300/q/health || exit 1" \
|
||||
--label PODMAN_SYSTEMD_UNIT=kontor-quarkus.service \
|
||||
--health-cmd="curl -f http://kontor-quarkus:8300/q/health || exit 1" \
|
||||
--health-interval=1s \
|
||||
--health-timeout=5s \
|
||||
--health-retries=10 localhost/kontor-quarkus:0.3.0
|
||||
--health-retries=10 \
|
||||
localhost/kontor-quarkus:0.3.0
|
||||
ExecStop=/usr/bin/podman stop \
|
||||
--ignore -t 10 \
|
||||
--cidfile=%t/%n.ctr-id
|
||||
@@ -1,9 +1,9 @@
|
||||
# container-kontor-spring.service
|
||||
# kontor-spring.service
|
||||
# autogenerated by Podman 4.9.3
|
||||
# Sun Apr 19 16:28:14 CEST 2026
|
||||
|
||||
[Unit]
|
||||
Description=Podman container-kontor-spring.service
|
||||
Description=Podman kontor-spring.service
|
||||
Documentation=man:podman-generate-systemd(1)
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
@@ -25,7 +25,8 @@ ExecStart=/usr/bin/podman run \
|
||||
--replace \
|
||||
--name kontor-spring \
|
||||
--label io.containers.autoupdate=local \
|
||||
--label PODMAN_SYSTEMD_UNIT=container-kontor-spring.service localhost/kontor-spring:0.3.0
|
||||
--label PODMAN_SYSTEMD_UNIT=kontor-spring.service \
|
||||
localhost/kontor-spring:0.3.0
|
||||
ExecStop=/usr/bin/podman stop \
|
||||
--ignore -t 10 \
|
||||
--cidfile=%t/%n.ctr-id
|
||||
@@ -1,9 +1,9 @@
|
||||
# container-kontor-vue.service
|
||||
# kontor-vue.service
|
||||
# autogenerated by Podman 4.9.3
|
||||
# Sun Apr 19 16:28:14 CEST 2026
|
||||
|
||||
[Unit]
|
||||
Description=Podman container-kontor-vue.service
|
||||
Description=Podman kontor-vue.service
|
||||
Documentation=man:podman-generate-systemd(1)
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
@@ -25,7 +25,8 @@ ExecStart=/usr/bin/podman run \
|
||||
--replace \
|
||||
--name kontor-vue \
|
||||
--label io.containers.autoupdate=local \
|
||||
--label PODMAN_SYSTEMD_UNIT=container-kontor-vue.service localhost/kontor-vue:0.3.0
|
||||
--label PODMAN_SYSTEMD_UNIT=kontor-vue.service \
|
||||
localhost/kontor-vue:0.3.0
|
||||
ExecStop=/usr/bin/podman stop \
|
||||
--ignore -t 10 \
|
||||
--cidfile=%t/%n.ctr-id
|
||||
@@ -8,8 +8,8 @@ Documentation=man:podman-generate-systemd(1)
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
RequiresMountsFor=/run/user/1000/containers
|
||||
Wants=container-activemq.service container-adminer.service container-kontor-angular.service container-kontor-api.service container-kontor-echo.service container-kontor-fiber.service container-kontor-javalin.service container-kontor-quarkus.service container-kontor-spring.service container-kontor-vue.service container-postgres.service
|
||||
Before=container-activemq.service container-adminer.service container-kontor-angular.service container-kontor-api.service container-kontor-echo.service container-kontor-fiber.service container-kontor-javalin.service container-kontor-quarkus.service container-kontor-spring.service container-kontor-vue.service container-postgres.service
|
||||
Wants=kontor-activemq.service kontor-adminer.service kontor-angular.service kontor-api.service kontor-echo.service kontor-fiber.service kontor-javalin.service kontor-quarkus.service kontor-spring.service kontor-vue.service kontor-postgres.service
|
||||
Before=kontor-activemq.service kontor-adminer.service kontor-angular.service kontor-api.service kontor-echo.service kontor-fiber.service kontor-javalin.service kontor-quarkus.service kontor-spring.service kontor-vue.service kontor-postgres.service
|
||||
|
||||
[Service]
|
||||
Environment=PODMAN_SYSTEMD_UNIT=%n
|
||||
|
||||
Reference in New Issue
Block a user