chore(osx): Added OSX container

This commit is contained in:
Daniël Groothuis
2026-02-02 11:39:46 +01:00
parent bbfc8bbb27
commit 797dc958d2
27 changed files with 210 additions and 419 deletions

View File

@@ -0,0 +1,11 @@
# postgres-configmap.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: kaneo-env
data:
# Copy the contents of your .env file here as key: value pairs
# Example:
POSTGRES_USER: "kaneo"
POSTGRES_PASSWORD: "appelsap"
POSTGRES_DB: "kaneo"