Reorder containers

このコミットが含まれているのは:
2026-07-04 14:41:42 +02:00
コミット 836f594289
108個のファイルの変更2149行の追加2942行の削除
+21
ファイルの表示
@@ -0,0 +1,21 @@
[Unit]
Name=postgres
[Container]
ContainerName=postgres
Image=pgvector/pgvector:pg18-trixie
#AutoUpdate=registry
Network=internal.network
Environment=POSTGRES_USER=postgres
Environment=POSTGRES_PASSWORD=postgres
#PublishPort=5432:5432
Volume=/srv/containers/postgres:/var/lib/postgresql
[Service]
TimeoutStartSec=5m
Restart=on-failure
[Install]
WantedBy=multi-user.target default.target