1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

fix: install compose template

This commit is contained in:
Torsten Dittmann 2021-12-21 16:29:09 +01:00
parent 100e296165
commit c91db74b23

View file

@ -3,7 +3,6 @@
$httpPort = $this->getParam('httpPort', '');
$httpsPort = $this->getParam('httpsPort', '');
$version = $this->getParam('version', '');
$version = '0.12.0-alpha'; // TODO: TEMPORARY
$organization = $this->getParam('organization', '');
$image = $this->getParam('image', '');
?>version: '3'
@ -33,7 +32,7 @@ services:
networks:
- gateway
- appwrite
appwrite:
image: <?php echo $organization; ?>/<?php echo $image; ?>:<?php echo $version."\n"; ?>
container_name: appwrite
@ -322,7 +321,7 @@ services:
- _APP_SMTP_SECURE
- _APP_SMTP_USERNAME
- _APP_SMTP_PASSWORD
appwrite-maintenance:
image: <?php echo $organization; ?>/<?php echo $image; ?>:<?php echo $version."\n"; ?>
entrypoint: maintenance