add network

This commit is contained in:
2025-06-01 15:04:51 +02:00
parent 052523b309
commit bf334783d4
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -3,6 +3,7 @@ Image=docker.io/postgres
Volume=postgres.volume:/var/lib/postgresql/data:Z Volume=postgres.volume:/var/lib/postgresql/data:Z
EnvironmentFile=./.env EnvironmentFile=./.env
HostName=postgres HostName=postgres
Network=vote.network
[Service] [Service]
Restart=always Restart=always
View File
+1
View File
@@ -1,2 +1,3 @@
[Pod] [Pod]
PublishPort=80:80 PublishPort=80:80
Network=vote.network