Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

sitcon-tw/camp2017-bot

Repository files navigation

SITCON CAMP 點數系統 bot

Setup

Commands

Build:

$ docker compose create

Run:

$ docker compose start

Stop:

$ docker compose stop

Build and Run:

$ docker compose up

Or in detach mode:

$ docker compose up -d

Remove image camp2017, networks and containers:

$ docker compose down --rmi local -v

Usually, it takes long to pull mongo image.
Remove all images, networks and containers:

$ docker compose down --rmi all -v