1
0
Fork 0
mirror of synced 2024-09-28 15:31:43 +12:00

chore: update console

This commit is contained in:
Christy Jacob 2024-09-06 00:08:22 +04:00
parent 60b3b3a061
commit d8c15079b6
3 changed files with 11 additions and 2 deletions

9
.cursorignore Normal file
View file

@ -0,0 +1,9 @@
# Add directories or file patterns to ignore during indexing (e.g. foo/ or *.csv)
docs/*
logs/*
public/*
tests/*
bin/*
vendor/*
app/sdks/*
app/assets/*

View file

@ -166,7 +166,7 @@ $image = $this->getParam('image', '');
appwrite-console:
<<: *x-logging
container_name: appwrite-console
image: <?php echo $organization; ?>/console:5.0.4
image: <?php echo $organization; ?>/console:5.0.10
restart: unless-stopped
networks:
- appwrite

View file

@ -196,7 +196,7 @@ services:
appwrite-console:
<<: *x-logging
container_name: appwrite-console
image: appwrite/console:5.0.4
image: appwrite/console:5.0.10
restart: unless-stopped
networks:
- appwrite