1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

Fix appwrite-executor in compose.phtml

Ensure the appwrite-executor container starts after server restart just like the other services.
This commit is contained in:
Steven 2022-03-10 19:38:00 -08:00 committed by GitHub
parent 406f914585
commit 8a2da034e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -173,6 +173,7 @@ services:
image: <?php echo $organization; ?>/<?php echo $image; ?>:<?php echo $version."\n"; ?>
entrypoint: executor
container_name: appwrite-executor
restart: unless-stopped
stop_signal: SIGINT
networks:
appwrite:
@ -561,4 +562,4 @@ volumes:
appwrite-functions:
appwrite-influxdb:
appwrite-config:
appwrite-executor:
appwrite-executor: