feat(deploy): Add custom Mastodon instance with custom image

This commit is contained in:
Tanguy Herbron 2025-04-28 19:46:38 +02:00
parent 4a8527cdd6
commit 62942a2ec3

View File

@ -24,7 +24,7 @@ spec:
- amd64
containers:
- name: postiz-web
image: ghcr.io/gitroomhq/postiz-app:v1.40.1
image: git.halis.io/athens-school/postiz:1.40.1
ports:
- containerPort: 5000
envFrom:
@ -64,6 +64,8 @@ spec:
value: "local"
- name: UPLOAD_DIRECTORY
value: "/uploads"
- name: MASTODON_URL
value: "https://mastodon.halis.io"
- name: NEXT_PUBLIC_UPLOAD_DIRECTORY
value: "/uploads"
volumeMounts: