Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-06-05 14:24:48 +01:00
parent 050f25bba9
commit ed958a8ed0
41 changed files with 1885 additions and 480 deletions

View File

@@ -20,6 +20,19 @@ spec:
"/etc/glyph/log4rs.yml",
]
- name: postgresql
image: docker.io/library/postgres:latest
env:
- name: POSTGRES_DB
value: glyph
- name: POSTGRES_USER
value: glyph
- name: POSTGRES_PASSWORD
value: glyph
ports:
- containerPort: 5432
hostPort: 5432
- name: redis
image: docker.io/library/redis:latest