-
Notifications
You must be signed in to change notification settings - Fork 497
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* AO3-6707 Add GitPod config * Remove extensions, ignore port messages * Better support for in-browser GitPod * Add details about URL structure
- Loading branch information
1 parent
325f5de
commit f47e0f5
Showing
3 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
tasks: | ||
- init: ./script/docker/init.sh | ||
command: docker compose up -d web | ||
|
||
ports: | ||
- port: 3000 | ||
onOpen: open-browser | ||
- port: 3306 | ||
onOpen: ignore | ||
- port: 6379 | ||
onOpen: ignore | ||
- port: 9200 | ||
onOpen: ignore | ||
- port: 9300 | ||
onOpen: ignore | ||
- port: 9400 | ||
onOpen: ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters