mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
Adds the generic test case class and implementations of various API calls. Also adds a configuration to run those tests. GitOrigin-RevId: 58412ad1c9a33671aa35a78fd43168aaf6e3b85f
10 lines
246 B
YAML
10 lines
246 B
YAML
version: "3.9"
|
|
services:
|
|
gitlab-server:
|
|
hostname: localhost
|
|
image: gitlab/gitlab-${EDITION}:${VERSION}-${EDITION}.0
|
|
shm_size: "256m"
|
|
volumes:
|
|
- "${DATA_PATH}/data:/var/opt/gitlab"
|
|
- "${DATA_PATH}/config:/etc/gitlab"
|