Skip to content

Commit

Permalink
Update .gitpod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pranay01 authored Feb 20, 2022
1 parent 5aa46c7 commit 05c79b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tasks:
- name: Run Docker Images
init: |
cd ./deploy
sudo docker-compose --env-file ./docker/clickhouse-setup/env/x86_64.env -f docker/clickhouse-setup/docker-compose.yaml up -d
sudo docker-compose -f docker/clickhouse-setup/docker-compose.yaml up -d
# command:

- name: Run Frontend
Expand All @@ -22,7 +22,7 @@ tasks:
yarn dev

ports:
- port: 3000
- port: 3301
onOpen: open-browser
- port: 8080
onOpen: ignore
Expand Down

0 comments on commit 05c79b7

Please sign in to comment.