1
0
Fork 0
mirror of synced 2024-06-01 10:29:48 +12:00

Add changes to compose.phtml aswell

This commit is contained in:
Bradley Schofield 2024-05-15 06:46:21 +00:00 committed by GitHub
parent 2527ce1e5c
commit 74dd7297fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -574,7 +574,7 @@ services:
- _APP_MIGRATIONS_FIREBASE_CLIENT_ID
- _APP_MIGRATIONS_FIREBASE_CLIENT_SECRET
appwrite-maintenance:
appwrite-task-maintenance:
image: <?php echo $organization; ?>/<?php echo $image; ?>:<?php echo $version."\n"; ?>
entrypoint: maintenance
<<: *x-logging
@ -665,7 +665,7 @@ services:
- _APP_LOGGING_CONFIG
- _APP_USAGE_AGGREGATION_INTERVAL
appwrite-scheduler-functions:
appwrite-task-scheduler-functions:
image: <?php echo $organization; ?>/<?php echo $image; ?>:<?php echo $version."\n"; ?>
entrypoint: schedule-functions
container_name: appwrite-scheduler-functions
@ -690,7 +690,7 @@ services:
- _APP_DB_USER
- _APP_DB_PASS
appwrite-scheduler-messages:
appwrite-task-scheduler-messages:
image: <?php echo $organization; ?>/<?php echo $image; ?>:<?php echo $version."\n"; ?>
entrypoint: schedule-messages
container_name: appwrite-scheduler-messages