1
0
Fork 0
mirror of synced 2024-06-01 18:39:57 +12:00

feat: add Gitpod configuration

This commit is contained in:
Brandon 2022-03-03 12:21:23 +00:00
parent 19c864e049
commit 8580dad158
2 changed files with 19 additions and 0 deletions

18
.gitpod.yml Normal file
View file

@ -0,0 +1,18 @@
tasks:
- init: docker-compose pull --include-deps mariadb redis appwrite/influxdb appwrite/telegraf appwrite/mailcatcher appwrite/requestcatcher
command: |
docker-compose up -d
ports:
- port: 8080
onOpen: open-preview
visibility: public
- port: 443
onOpen: ignore
visibility: public
- port: 3001
onOpen: ignore
visibility: public
vscode:
extensions:
- ms-azuretools.vscode-docker

View file

@ -22,6 +22,7 @@ services:
- --accesslog=true
ports:
- 80:80
- 8080:80
- 443:443
- 9500:8080
volumes: