mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
update realtime and console
This commit is contained in:
+1
-1
@@ -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 && \
|
||||
|
||||
@@ -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
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user