Reorder sections
This commit is contained in:
parent
3e5a44f8b6
commit
4df2fb1391
8 changed files with 50 additions and 20 deletions
|
@ -1,7 +1,3 @@
|
|||
[Unit]
|
||||
Requires=lldap.service
|
||||
After=lldap.service
|
||||
|
||||
[Container]
|
||||
Image=codeberg.org/forgejo/forgejo:1.21
|
||||
AutoUpdate=registry
|
||||
|
@ -9,6 +5,10 @@ Network=traefik.network
|
|||
PublishPort=2222:2222
|
||||
Volume=%h/volumes/forgejo/data:/data:Z
|
||||
|
||||
[Unit]
|
||||
Requires=lldap.service
|
||||
After=lldap.service
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
[Unit]
|
||||
Requires=hedgedoc-db.service
|
||||
After=hedgedoc-db.service
|
||||
|
||||
[Container]
|
||||
Image=quay.io/hedgedoc/hedgedoc:latest
|
||||
AutoUpdate=registry
|
||||
|
@ -25,6 +21,10 @@ Environment=CMD_ALLOW_ANONYMOUS_EDITS=true
|
|||
Environment=CMD_DEFAULT_PERMISSION=freely
|
||||
Environment=CMD_DOMAIN=pads.mo8it.com
|
||||
|
||||
[Unit]
|
||||
Requires=hedgedoc-db.service
|
||||
After=hedgedoc-db.service
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
||||
|
|
|
@ -6,7 +6,17 @@ mkdir -p ~/volumes/$container_name
|
|||
|
||||
podman run \
|
||||
--rm \
|
||||
--pull newer \
|
||||
-v ~/code/juna-li.com:/volumes/src:Z \
|
||||
-w /volumes/src \
|
||||
docker.io/library/node:slim bash -c "npm add tailwindcss && npx tailwindcss -m -i input.css -o static/main.css"
|
||||
|
||||
podman run \
|
||||
--rm \
|
||||
--pull newer \
|
||||
-v ~/code/juna-li.com:/volumes/src:Z,ro \
|
||||
-v ~/volumes/$container_name:/volumes/output:Z \
|
||||
-w /volumes/src \
|
||||
ghcr.io/getzola/zola:v0.18.0 build -o /volumes/output/public -f
|
||||
|
||||
systemctl --user restart juna-li-com
|
||||
|
|
|
@ -6,7 +6,17 @@ mkdir -p ~/volumes/$container_name
|
|||
|
||||
podman run \
|
||||
--rm \
|
||||
--pull newer \
|
||||
-v ~/code/mo8it.com:/volumes/src:Z \
|
||||
-w /volumes/src \
|
||||
docker.io/library/node:slim bash -c "npm add tailwindcss && npx tailwindcss -m -i input.css -o static/main.css"
|
||||
|
||||
podman run \
|
||||
--rm \
|
||||
--pull newer \
|
||||
-v ~/code/mo8it.com:/volumes/src:Z,ro \
|
||||
-v ~/volumes/$container_name:/volumes/output:Z \
|
||||
-w /volumes/src \
|
||||
ghcr.io/getzola/zola:v0.18.0 build -o /volumes/output/public -f
|
||||
|
||||
systemctl --user restart mo8it-com
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
[Unit]
|
||||
Requires=nextcloud-db.service lldap.service
|
||||
After=nextcloud-db.service lldap.service
|
||||
|
||||
[Container]
|
||||
Image=docker.io/library/nextcloud:28-apache
|
||||
AutoUpdate=registry
|
||||
|
@ -11,6 +7,10 @@ Volume=%h/volumes/nextcloud/nextcloud:/var/www/html:Z
|
|||
EnvironmentFile=%h/volumes/nextcloud/.postgres.env
|
||||
Environment=POSTGRES_HOST=systemd-nextcloud-db
|
||||
|
||||
[Unit]
|
||||
Requires=nextcloud-db.service lldap.service
|
||||
After=nextcloud-db.service lldap.service
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
[Unit]
|
||||
Requires=oxitraffic-corrode-dev-db.service
|
||||
After=oxitraffic-corrode-dev-db.service
|
||||
|
||||
[Container]
|
||||
Image=docker.io/mo8it/oxitraffic:latest
|
||||
AutoUpdate=registry
|
||||
|
@ -9,6 +5,10 @@ Network=traefik.network
|
|||
Volume=%h/volumes/oxitraffic-corrode-dev/config.toml:/volumes/config.toml:Z,ro
|
||||
Volume=%h/volumes/oxitraffic-corrode-dev/logs:/var/log/oxitraffic:Z
|
||||
|
||||
[Unit]
|
||||
Requires=oxitraffic-corrode-dev-db.service
|
||||
After=oxitraffic-corrode-dev-db.service
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
[Unit]
|
||||
Requires=oxitraffic-db.service
|
||||
After=oxitraffic-db.service
|
||||
|
||||
[Container]
|
||||
Image=docker.io/mo8it/oxitraffic:latest
|
||||
AutoUpdate=registry
|
||||
|
@ -9,6 +5,10 @@ Network=traefik.network
|
|||
Volume=%h/volumes/oxitraffic/config.toml:/volumes/config.toml:Z,ro
|
||||
Volume=%h/volumes/oxitraffic/logs:/var/log/oxitraffic:Z
|
||||
|
||||
[Unit]
|
||||
Requires=oxitraffic-db.service
|
||||
After=oxitraffic-db.service
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
||||
|
|
|
@ -6,7 +6,17 @@ mkdir -p ~/volumes/$container_name
|
|||
|
||||
podman run \
|
||||
--rm \
|
||||
--pull newer \
|
||||
-v ~/code/yinghong-massage.de:/volumes/src:Z \
|
||||
-w /volumes/src \
|
||||
docker.io/library/node:slim bash -c "npm add tailwindcss && npx tailwindcss -m -i input.css -o static/main.css"
|
||||
|
||||
podman run \
|
||||
--rm \
|
||||
--pull newer \
|
||||
-v ~/code/yinghong-massage.de:/volumes/src:Z,ro \
|
||||
-v ~/volumes/$container_name:/volumes/output:Z \
|
||||
-w /volumes/src \
|
||||
ghcr.io/getzola/zola:v0.18.0 build -o /volumes/output/public -f
|
||||
|
||||
systemctl --user restart yinghong-massage
|
||||
|
|
Loading…
Reference in a new issue