update realtime and console

This commit is contained in:
Damodar Lohani
2025-02-12 12:07:46 +00:00
parent b71f48e034
commit f51706970d
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -63,8 +63,8 @@ RUN chmod +x /usr/local/bin/doctor && \
chmod +x /usr/local/bin/test && \
chmod +x /usr/local/bin/upgrade && \
chmod +x /usr/local/bin/vars && \
chmod +x /usr/local/bin/server-realtime && \
chmod +x /usr/local/bin/task-migrate && \
chmod +x /usr/local/bin/task-realtime && \
chmod +x /usr/local/bin/task-sdks && \
chmod +x /usr/local/bin/task-specs && \
chmod +x /usr/local/bin/task-maintenance && \
+5 -5
View File
@@ -164,9 +164,9 @@ $image = $this->getParam('image', '');
- _APP_MIGRATIONS_FIREBASE_CLIENT_SECRET
- _APP_ASSISTANT_OPENAI_API_KEY
appwrite-console:
appwrite-server-console:
<<: *x-logging
container_name: appwrite-console
container_name: appwrite-server-console
image: <?php echo $organization; ?>/console:5.2.27
restart: unless-stopped
networks:
@@ -186,10 +186,10 @@ $image = $this->getParam('image', '');
- traefik.http.routers.appwrite_console_https.service=appwrite_console
- traefik.http.routers.appwrite_console_https.tls=true
appwrite-realtime:
appwrite-server-realtime:
image: <?php echo $organization; ?>/<?php echo $image; ?>:<?php echo $version."\n"; ?>
entrypoint: task-realtime
container_name: appwrite-realtime
entrypoint: server-realtime
container_name: appwrite-server-realtime
<<: *x-logging
restart: unless-stopped
labels:
+5 -5
View File
@@ -197,9 +197,9 @@ services:
- _APP_DATABASE_SHARED_NAMESPACE
- _APP_FUNCTIONS_CREATION_ABUSE_LIMIT
appwrite-console:
appwrite-server-console:
<<: *x-logging
container_name: appwrite-console
container_name: appwrite-server-console
image: appwrite/console:5.2.27
restart: unless-stopped
networks:
@@ -219,10 +219,10 @@ services:
- traefik.http.routers.appwrite_console_https.service=appwrite_console
- traefik.http.routers.appwrite_console_https.tls=true
appwrite-realtime:
entrypoint: task-realtime
appwrite-server-realtime:
entrypoint: server-realtime
<<: *x-logging
container_name: appwrite-realtime
container_name: appwrite-server-realtime
image: appwrite-dev
restart: unless-stopped
ports: