• This project
    • Loading...
  • Sign in

이준성 / khuwitch

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • khuwitch
  • docker-compose.yml
  • Jinsu Park's avatar
    chores · 4febe79b
    4febe79b
    Jinsu Park authored 2020-12-09 01:45:04 +0900
docker-compose.yml 179 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
version: "3.8"
services:
  frontend:
    image: umi0410/khuwitch-frontend
    ports:
      - "8000:80"
  server:
    image: umi0410/khuwitch-server
    ports:
      - "8001:80"