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]
|
[Build]
|
||||||
File=Containerfile
|
File=Containerfile
|
||||||
ImageTag=localhost/ts3server-postgres:latest
|
ImageTag=localhost/ts3server-postgres:latest
|
||||||
AutoUpdate=registry
|
SetWorkingDirectory=unit
|
||||||
@ -2,6 +2,7 @@
|
|||||||
Description=Teamspeak 3 Server (Pod)
|
Description=Teamspeak 3 Server (Pod)
|
||||||
Requires=ts3server.build
|
Requires=ts3server.build
|
||||||
After=network-online.target
|
After=network-online.target
|
||||||
|
After=ts3server.build
|
||||||
|
|
||||||
[Kube]
|
[Kube]
|
||||||
Yaml=ts3server.yml
|
Yaml=ts3server.yml
|
||||||
|
|||||||
@ -60,7 +60,7 @@ spec:
|
|||||||
|
|
||||||
# --- Postgres Database ---
|
# --- Postgres Database ---
|
||||||
- name: ts3-db
|
- name: ts3-db
|
||||||
image: docker.io/postgres:15
|
image: docker.io/postgres:18
|
||||||
env:
|
env:
|
||||||
# Database Configuration
|
# Database Configuration
|
||||||
- name: POSTGRES_DB
|
- name: POSTGRES_DB
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user