Website for visualizing a persons github network.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
257 B

  1. version: '3.7'
  2. services:
  3. github-graphs:
  4. build:
  5. context: .
  6. dockerfile: Dockerfile
  7. image: graph-app:latest
  8. container_name: github-graphs
  9. ports:
  10. - "8080:8000"
  11. command: /bin/bash