mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
13 lines
264 B
YAML
13 lines
264 B
YAML
version: '3'
|
|
services:
|
|
gitlab:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.test
|
|
container_name: gitlab
|
|
environment:
|
|
- GITLAB_URL='http://localhost:8080'
|
|
- PERSONAL_ACCESS_TOKEN='token'
|
|
ports:
|
|
- 8080:80
|
|
- 8443:443 |