-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitpod.yml
31 lines (29 loc) · 907 Bytes
/
.gitpod.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# List the start up tasks. Learn more: https://www.gitpod.io/docs/configure/workspaces/tasks
tasks:
- name: Script Task
init: docker compose build
command: URL_PATTERN=$(gp url 5555 | sed 's@5555@%s@') docker compose up -d
- command: brew tap sigstore/tap && brew install gitsign && brew install cosign
# List the ports to expose. Learn more: https://www.gitpod.io/docs/configure/workspaces/ports
ports:
- name: Rekor
description: Rekor
port: 3000
visibility: public
- name: Fulcio
description: Fulcio
port: 5555
visibility: public
- name: Dex
description: Dex
port: 5556
visibility: public
- name: CTLog
description: CTLog
port: 6962
visibility: public
- name: TUF
description: TUF
port: 8080
visibility: public
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart