use common path names
This commit is contained in:
parent
6cf7e7f1d7
commit
d51ae61ea7
19 changed files with 22 additions and 23 deletions
|
|
@ -7,7 +7,7 @@ ContainerName=aode-relay
|
||||||
EnvironmentFile=/etc/containers/systemd/aode/.env.secrets
|
EnvironmentFile=/etc/containers/systemd/aode/.env.secrets
|
||||||
EnvironmentFile=/etc/containers/systemd/aode/.env
|
EnvironmentFile=/etc/containers/systemd/aode/.env
|
||||||
PublishPort=127.0.0.1:19438:8080
|
PublishPort=127.0.0.1:19438:8080
|
||||||
Volume=/var/containers/aode/relay:/db:Z
|
Volume=/var/containers/aode/data:/db:Z
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ ContainerName=ask-js
|
||||||
Network=ask-js.network
|
Network=ask-js.network
|
||||||
Network=postgresql.network
|
Network=postgresql.network
|
||||||
PublishPort=127.0.0.1:20617:3579
|
PublishPort=127.0.0.1:20617:3579
|
||||||
Volume=/var/containers/ask-js/config.json:/app/config/config.json:ro,Z
|
Volume=/var/containers/ask-js/config:/app/config:ro,Z
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,8 @@ AddCapability=NET_ADMIN
|
||||||
Image=ghcr.io/zenfyrdev/caddy:latest
|
Image=ghcr.io/zenfyrdev/caddy:latest
|
||||||
Network=host
|
Network=host
|
||||||
Volume=/etc/caddy:/etc/caddy:z
|
Volume=/etc/caddy:/etc/caddy:z
|
||||||
Volume=/var/containers/caddy/caddy_config:/config:z
|
Volume=/var/containers/caddy/config:/config:z
|
||||||
Volume=/var/containers/caddy/caddy_data:/data:z
|
Volume=/var/containers/caddy/data:/data:z
|
||||||
Volume=/var/log/caddy:/var/log/caddy:z
|
Volume=/var/log/caddy:/var/log/caddy:z
|
||||||
Volume=/var/www:/var/www:z
|
Volume=/var/www:/var/www:z
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ HealthTimeout=2s
|
||||||
HealthRetries=5
|
HealthRetries=5
|
||||||
PublishPort=127.0.0.1:15084:3923
|
PublishPort=127.0.0.1:15084:3923
|
||||||
UserNS=keep-id:uid=1000,gid=1000
|
UserNS=keep-id:uid=1000,gid=1000
|
||||||
Volume=/var/containers/copyparty/conf:/cfg:Z
|
Volume=/var/containers/copyparty/config:/cfg:Z
|
||||||
Volume=/mnt/ext/copyparty:/w:z
|
Volume=/mnt/ext/copyparty:/w:z
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
|
||||||
|
|
@ -17,9 +17,9 @@ PublishPort=5270:5270
|
||||||
PublishPort=5280:5280
|
PublishPort=5280:5280
|
||||||
PublishPort=5443:5443
|
PublishPort=5443:5443
|
||||||
PublishPort=5478:5478
|
PublishPort=5478:5478
|
||||||
Volume=/var/containers/ejabberd/ejabberd.yml:/opt/ejabberd/conf/ejabberd.yml:ro,Z
|
Volume=/var/containers/ejabberd/config:/opt/ejabberd/conf:ro,Z
|
||||||
Volume=/var/containers/ejabberd/files:/opt/ejabberd/upload:Z
|
Volume=/var/containers/ejabberd/files:/opt/ejabberd/upload:Z
|
||||||
Volume=/var/containers/ejabberd/db:/opt/ejabberd/database:Z
|
Volume=/var/containers/ejabberd/database:/opt/ejabberd/database:Z
|
||||||
Volume=/etc/certs:/etc/letsencrypt/live:ro,z
|
Volume=/etc/certs:/etc/letsencrypt/live:ro,z
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ EnvironmentFile=/etc/containers/systemd/forgejo/.env.runner
|
||||||
Network=forgejo.network
|
Network=forgejo.network
|
||||||
User=1001:1001
|
User=1001:1001
|
||||||
Exec=/bin/sh -c "sleep 5; forgejo-runner daemon"
|
Exec=/bin/sh -c "sleep 5; forgejo-runner daemon"
|
||||||
Volume=/var/containers/forgejo/runner:/data:Z
|
Volume=/var/containers/forgejo/runner/data:/data:Z
|
||||||
Volume=/var/run/dind/docker.sock:/var/run/docker.sock:z
|
Volume=/var/run/dind/docker.sock:/var/run/docker.sock:z
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ Network=postgresql.network
|
||||||
PublishPort=127.0.0.1:41807:3000
|
PublishPort=127.0.0.1:41807:3000
|
||||||
PublishPort=10429:22
|
PublishPort=10429:22
|
||||||
Timezone=local
|
Timezone=local
|
||||||
Volume=/var/containers/forgejo/forgejo:/data:Z
|
Volume=/var/containers/forgejo/data:/data:Z
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ PublishPort=127.0.0.1:44131:5555
|
||||||
PublishPort=20564:22
|
PublishPort=20564:22
|
||||||
Volume=/var/containers/knot/keys:/etc/ssh/keys:Z
|
Volume=/var/containers/knot/keys:/etc/ssh/keys:Z
|
||||||
Volume=/var/containers/knot/repositories:/home/git/repositories:Z
|
Volume=/var/containers/knot/repositories:/home/git/repositories:Z
|
||||||
Volume=/var/containers/knot/server:/app:Z
|
Volume=/var/containers/knot/data:/app:Z
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,8 @@ Description=mailserver
|
||||||
[Container]
|
[Container]
|
||||||
Image=ghcr.io/docker-mailserver/docker-mailserver:edge
|
Image=ghcr.io/docker-mailserver/docker-mailserver:edge
|
||||||
ContainerName=mailserver
|
ContainerName=mailserver
|
||||||
EnvironmentFile=/etc/containers/systemd/mailserver/mailserver.env
|
EnvironmentFile=/etc/containers/systemd/mailserver/.env.secrets
|
||||||
|
EnvironmentFile=/etc/containers/systemd/mailserver/.env
|
||||||
AddCapability=NET_ADMIN
|
AddCapability=NET_ADMIN
|
||||||
HealthCmd=ss --listening --tcp | grep -P 'LISTEN.+:smtp' || exit 1
|
HealthCmd=ss --listening --tcp | grep -P 'LISTEN.+:smtp' || exit 1
|
||||||
HealthInterval=10s
|
HealthInterval=10s
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ HealthCmd=redis-cli ping
|
||||||
HealthInterval=5s
|
HealthInterval=5s
|
||||||
HealthRetries=20
|
HealthRetries=20
|
||||||
Network=mastodon.network
|
Network=mastodon.network
|
||||||
Volume=/var/containers/mastodon/dragonfly:/data:z
|
Volume=/var/containers/mastodon/dragonfly:/data:Z
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ ContainerName=pds
|
||||||
EnvironmentFile=/etc/containers/systemd/pds/.env.secrets
|
EnvironmentFile=/etc/containers/systemd/pds/.env.secrets
|
||||||
EnvironmentFile=/etc/containers/systemd/pds/.env
|
EnvironmentFile=/etc/containers/systemd/pds/.env
|
||||||
PublishPort=127.0.0.1:24318:3000
|
PublishPort=127.0.0.1:24318:3000
|
||||||
Volume=pds.volume:/pds
|
Volume=/var/containers/pds/data:/pds:Z
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
[Volume]
|
|
||||||
VolumeName=pds
|
|
||||||
|
|
@ -11,7 +11,7 @@ HealthInterval=40s
|
||||||
HealthTimeout=3s
|
HealthTimeout=3s
|
||||||
HealthRetries=20
|
HealthRetries=20
|
||||||
UserNS=keep-id:uid=999,gid=999
|
UserNS=keep-id:uid=999,gid=999
|
||||||
Volume=/var/containers/postgresql/db:/var/lib/postgresql/data:Z
|
Volume=/var/containers/postgresql/data:/var/lib/postgresql/data:Z
|
||||||
Volume=/var/containers/postgresql/exp:/mnt/exp:Z
|
Volume=/var/containers/postgresql/exp:/mnt/exp:Z
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ HealthCmd=redis-cli ping
|
||||||
HealthInterval=5s
|
HealthInterval=5s
|
||||||
HealthRetries=20
|
HealthRetries=20
|
||||||
Network=searxng.network
|
Network=searxng.network
|
||||||
Volume=/var/containers/searxng/dragonfly:/data:z
|
Volume=/var/containers/searxng/dragonfly:/data:Z
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ Image=docker.io/searxng/searxng:latest
|
||||||
ContainerName=searxng
|
ContainerName=searxng
|
||||||
PublishPort=127.0.0.1:48898:8080
|
PublishPort=127.0.0.1:48898:8080
|
||||||
Network=searxng.network
|
Network=searxng.network
|
||||||
Volume=/var/containers/searxng/searxng:/etc/searxng:Z
|
Volume=/var/containers/searxng/config:/etc/searxng:ro,Z
|
||||||
Volume=searxng.volume:/var/cache/searxng
|
Volume=searxng.volume:/var/cache/searxng
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ Environment=DFLY_df_snapshot_format=false
|
||||||
Environment=DFLY_dir=/data
|
Environment=DFLY_dir=/data
|
||||||
Image=docker.dragonflydb.io/dragonflydb/dragonfly
|
Image=docker.dragonflydb.io/dragonflydb/dragonfly
|
||||||
Network=sharkey.network
|
Network=sharkey.network
|
||||||
Volume=/var/containers/sharkey/dfdb:/data:z
|
Volume=/var/containers/sharkey/dfdb:/data:Z
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,8 @@ Image=ghcr.io/zenfyrdev/spindle:latest
|
||||||
ContainerName=spindle
|
ContainerName=spindle
|
||||||
EnvironmentFile=/etc/containers/systemd/spindle/.env
|
EnvironmentFile=/etc/containers/systemd/spindle/.env
|
||||||
PublishPort=127.0.0.1:40653:6555
|
PublishPort=127.0.0.1:40653:6555
|
||||||
Volume=/var/containers/spindle/server/logs:/var/log/spindle:Z
|
Volume=/var/containers/spindle/logs:/var/log/spindle:Z
|
||||||
Volume=/var/containers/spindle/server:/app:Z
|
Volume=/var/containers/spindle/data:/app:Z
|
||||||
Volume=/var/run/dind/docker.sock:/var/run/docker.sock:z
|
Volume=/var/run/dind/docker.sock:/var/run/docker.sock:z
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Description=zenfyr's XPost
|
||||||
|
|
||||||
[Container]
|
[Container]
|
||||||
Image=ghcr.io/zenfyrdev/xpost:latest
|
Image=ghcr.io/zenfyrdev/xpost:latest
|
||||||
EnvironmentFile=/etc/containers/systemd/zenfyr-xpost/.env
|
EnvironmentFile=/etc/containers/systemd/xpost/zenfyr.env
|
||||||
Volume=/var/containers/zenfyr-xpost/data:/app/data:Z,U
|
Volume=/var/containers/zenfyr-xpost/data:/app/data:Z,U
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ ContainerName=yggdrasil
|
||||||
AutoUpdate=registry
|
AutoUpdate=registry
|
||||||
Exec=-useconffile /etc/yggdrasil/yggdrasil.conf -remote-tcp 22:22 -remote-tcp 80:80 -remote-udp 80:80
|
Exec=-useconffile /etc/yggdrasil/yggdrasil.conf -remote-tcp 22:22 -remote-tcp 80:80 -remote-udp 80:80
|
||||||
Network=host
|
Network=host
|
||||||
Volume=/var/containers/yggdrasil:/etc/yggdrasil:ro,Z
|
Volume=/var/containers/yggdrasil/config:/etc/yggdrasil:ro,Z
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue