Skip to content

Commit

Permalink
Full gitpod configuration for the environment
Browse files Browse the repository at this point in the history
  • Loading branch information
krakerag committed Nov 16, 2023
1 parent e95dd23 commit 1629336
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
image: gitpod/workspace-full

# Commands that will run on workspace start
tasks:
- name: Setup, Install & Build
command: docker compose up

# Ports to expose on workspace startup
ports:
- port: 3000
onOpen: open-preview
name: Website
description: Website
visibility: private
protocol: http

0 comments on commit 1629336

Please sign in to comment.