Skip to content

Commit 8348a13

Browse files
committed
feat: add executor and assistant to gitpod init
1 parent fc1eb25 commit 8348a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tasks:
2-
- init: docker-compose pull --include-deps appwrite traefik
2+
- init: docker-compose pull --include-deps appwrite traefik openruntimes-executor appwrite-assistant
33
command: |
44
DOMAIN=$(echo $GITPOD_WORKSPACE_URL | sed 's/https:\/\/appwrite/8080-appwrite/g')
55
sed -i "s/_APP_DOMAIN=localhost/_APP_DOMAIN=$DOMAIN/g" .env

0 commit comments

Comments
 (0)