blob: 6e2744512f141981f42baf08f77afc91716a2887 (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
12
 | version: "3.7"
services:
  dumbo:
    image: pythondiscord/seasonalbot:latest
    container_name: seasonalbot
    init: true
    restart: always
    environment:
      - SEASONALBOT_TOKEN
 |