mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
15 lines
274 B
YAML
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}
|