• 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
    ADD: docker-compose.yml file for database · 06727a5e ...
    06727a5e
    FIX: Dockerfile for m1 mac (x86)
    윤준석 authored 2022-05-10 22:54:57 +0900
docker-compose.yml 172 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:
      - ".env"