• This project
    • Loading...
  • Sign in

박시진 / mamuri-bot

%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
  • mamuri-bot
  • bunjang
  • docker-compose.yml
  • 윤준석's avatar
    ADD: deploymeny configuration · d470fc86 ...
    d470fc86
    Dockerfile docker-compose.yml, deploy/undeployment shell script
    윤준석 authored 2022-05-22 02:35:59 +0900
docker-compose.yml 169 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
version: '3'

services:
  joongna_api:
    image: bunjang-api-server
    restart: always
    container_name: bunjang-api-server-container
    ports:
      - '18082:8080'