Skip to content

Commit

Permalink
exposes ports in .gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
FlacoJones committed Jun 5, 2023
1 parent 2a6011d commit bbbf756
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
tasks:
- command: docker-compose up
- command: docker-compose up
ports:
- name: CoinAPI
port: 8081
- name: Redis
port: 6379

0 comments on commit bbbf756

Please sign in to comment.