1
0
Fork 0
mirror of synced 2024-09-13 08:03:33 +12:00

fix: console image

This commit is contained in:
Torsten Dittmann 2024-07-17 20:19:34 +02:00
parent eb673a931e
commit 9e1b00d8e5
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -9,6 +9,7 @@
!/.idea/php.xml
.DS_Store
.php_cs.cache
.phpactor.json
debug/
app/sdks
dev/yasd_init.php

View file

@ -166,7 +166,7 @@ $image = $this->getParam('image', '');
appwrite-console:
<<: *x-logging
container_name: appwrite-console
image: <?php echo $organization; ?>/console:latest //TODO: fix tomorrow
image: <?php echo $organization; ?>/console:appwrite/console:5.0.0-rc.3
restart: unless-stopped
labels:
- "traefik.enable=true"

View file

@ -195,7 +195,7 @@ services:
appwrite-console:
<<: *x-logging
container_name: appwrite-console
image: appwrite/console:dev
image: appwrite/console:5.0.0-rc.3
restart: unless-stopped
labels:
- "traefik.enable=true"