feat(deploy): Add custom Mastodon instance with custom image
This commit is contained in:
parent
4a8527cdd6
commit
62942a2ec3
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user