Skip to content

Commit bbbf756

Browse files
author
FlacoJones
committed
exposes ports in .gitpod
1 parent 2a6011d commit bbbf756

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.gitpod.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
tasks:
2-
- command: docker-compose up
2+
- command: docker-compose up
3+
ports:
4+
- name: CoinAPI
5+
port: 8081
6+
- name: Redis
7+
port: 6379

0 commit comments

Comments
 (0)