• 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
  • database
  • docker-compose.yml
  • 윤준석's avatar
    FIX: .env file location · 539e9a5a ...
    539e9a5a
    ADD: .env_example file
    윤준석 authored 2022-05-10 23:31:19 +0900
docker-compose.yml 185 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
version: '3'

services:
  db:
    image: mamuri-db
    restart: always
    container_name: mamuri-db-container
    ports:
      - '33060:3306'
    env_file:
      - "./mysql_init/.env"