mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-04 20:41:30 +01:00
28 lines
605 B
YAML
28 lines
605 B
YAML
image: 'gitpod/workspace-full'
|
|
|
|
tasks:
|
|
- name: 'docker-daemon'
|
|
before: 'cp .env.example .env && npm install --global npm@7 && npm install'
|
|
init: 'sudo docker-up'
|
|
- name: 'docker-container'
|
|
before: 'echo "Waiting for docker daemon to start" &&
|
|
until docker info &> /dev/null; do sleep 1; done;'
|
|
init: 'docker-compose up'
|
|
|
|
ports:
|
|
- port: 3000
|
|
onOpen: 'open-preview'
|
|
|
|
- port: 1080
|
|
onOpen: 'notify'
|
|
|
|
github:
|
|
prebuilds:
|
|
master: true
|
|
branches: true
|
|
pullRequests: true
|
|
pullRequestsFromForks: true
|
|
addComment: true
|
|
addBadge: true
|
|
addLabel: true
|