mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 18:18:26 +00:00
fix(nextcloud): push
This commit is contained in:
@@ -105,12 +105,17 @@ spec:
|
||||
memory: 256Mi
|
||||
push:
|
||||
image: *ncimg
|
||||
command: ["/var/www/html/custom_apps/notify_push/bin/x86_64/notify_push", "/var/www/html/config/config.php"]
|
||||
command: ["/var/www/html/custom_apps/notify_push/bin/x86_64/notify_push"]
|
||||
env:
|
||||
<<: *env
|
||||
NEXTCLOUD_URL: "https://${APP_DNS_NEXTCLOUD}"
|
||||
PORT: &push "7867"
|
||||
envFrom: *envFrom
|
||||
NEXTCLOUD_URL: "https://${APP_DNS_NEXTCLOUD}"
|
||||
REDIS_URL: "redis:///sockets/redis.sock"
|
||||
DATABASE_PREFIX: "oc"
|
||||
DATABASE_URL:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: *pgsec
|
||||
key: "uri"
|
||||
securityContext: *sc
|
||||
resources:
|
||||
requests:
|
||||
|
||||
Reference in New Issue
Block a user