1
0
mirror of https://github.com/akpall/akpella.git synced 2026-02-21 16:47:00 +00:00

docker-postgresql: added

This commit is contained in:
2026-02-11 05:21:13 +02:00
parent 670d568a45
commit e48f702367
3 changed files with 23 additions and 2 deletions

View File

@@ -1,12 +1,12 @@
[Unit]
Description=Create docker network: caddy-network
Description=Create docker networks
After=docker.service
Requires=docker.service
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/docker network create caddy-network
ExecStart=/usr/bin/docker network create postgresql-network
[Install]
WantedBy=multi-user.target