Skip to content

This repository contains the code for the docker image which is used for the testing of CI/CD and registry feature of Gitlab

License

Notifications You must be signed in to change notification settings

botleg/gitlab-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitlab NGINX

This repository contains the code for the docker image which is used for the testing of CI/CD and registry feature of Gitlab. The image is based on Alpine linux and contains nginx webserver.

Docker Compose

Sample docker-compose.yml configuration is given below:

version: '2'

services:
  web:
    build: .
    ports:
      - "80"

About

This repository contains the code for the docker image which is used for the testing of CI/CD and registry feature of Gitlab

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages