Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.63 KB

File metadata and controls

47 lines (38 loc) · 1.63 KB

Dockerized vServer with Traefik, Gitlab and a Webserver

My vServer setup to run Gitlab and a simple Webserver. Using [docker-compose] (https://docs.docker.com/compose/) for easy deployment. The folowing offical containers are used:

Requirments

Deployment

  1. Clone Repo
  2. Generate password wirh htpasswd
    htpasswd -nb admin secure_password
    
  3. Edit traefik.toml
  4. Edit all docker-compose.yml
  5. use docker-compose up -d to start traefik
  6. Edit /gitlab/docker-compose.yml
  7. Move into subdirectories and start services with docker-compose up -d

Where is my data stored?

You can find your files hier:

  • Gitlab
    • /gitlab/config
    • /gitlab/logs
    • /gitlab/data
  • Webserver
    • /webserver/html

Links