gitpod/install/docker/examples/gitpod/docker-compose.yaml
Cornelius A. Ludmann 12d357f465 [gitpod-k3s] Update values.yaml for wsDaemon
/werft no-preview
2020-12-08 17:07:20 +01:00

15 lines
274 B
YAML

version: '3'
services:
gitpod:
image: eu.gcr.io/gitpod-core-dev/build/gitpod-k3s:${VERSION:-latest}
privileged: true
volumes:
- ./values:/values
# - ./certs:/certs
ports:
- 443:443
- 80:80
environment:
- DOMAIN=${DOMAIN}