Fixing: Image build
This commit is contained in:
parent
86be8f6b21
commit
1a4b928512
@ -4,4 +4,4 @@ Description=Builds the Teamspeak 3 Server Container Image with Postgres support
|
||||
[Build]
|
||||
File=Containerfile
|
||||
ImageTag=localhost/ts3server-postgres:latest
|
||||
AutoUpdate=registry
|
||||
SetWorkingDirectory=unit
|
||||
@ -2,6 +2,7 @@
|
||||
Description=Teamspeak 3 Server (Pod)
|
||||
Requires=ts3server.build
|
||||
After=network-online.target
|
||||
After=ts3server.build
|
||||
|
||||
[Kube]
|
||||
Yaml=ts3server.yml
|
||||
|
||||
@ -60,7 +60,7 @@ spec:
|
||||
|
||||
# --- Postgres Database ---
|
||||
- name: ts3-db
|
||||
image: docker.io/postgres:15
|
||||
image: docker.io/postgres:18
|
||||
env:
|
||||
# Database Configuration
|
||||
- name: POSTGRES_DB
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user