Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • lab4-docker lab4-docker
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OST
  • cloud-infrastructure
  • lab4-dockerlab4-docker
  • Issues
  • #5

Closed
Open
Created Nov 10, 2020 by Markus Gachnang@GachnangOwner0 of 7 tasks completed0/7 tasks

Frontend einrichten (WEB)

  • "Provide the Dockerfiles for the WEB tier."
  • "Do not expose any unnecessary ports to the host."
  • "Use variables in your Docker-Compose files."
  • "For this tier the official node 8.16.1 Docker image from the Docker Hub should be taken as base image."
  • "The nodejs web application should be accessible from Træfik via port 7777. This port should not be exposed to the host system!"
  • "The web application uses two environment variables:"
    • API_HOST: Hostname and port of the api container (syntax:container_hostname:port)
    • PORT: Port on which the web server should be listening.
  • "Ensure no processes inside the web and API Docker image run as user root – use a service user called cldinf instead."

Code für die WEB ist unter /Vorgabe/code.zip

Assignee
Assign to
Time tracking