1services:
2 app:
3 build: .
4 image: ghcr.io/birabittoh/escarbot:main
5 container_name: escarbot
6 restart: unless-stopped
7 ports:
8 - 3000:3000
9 environment:
10 - BOT_TOKEN
11 - CHANNEL_ID
12 - GROUP_ID
13 - ADMIN_ID
14 #- PORT
15 #volumes:
16 #- /etc/localtime:/etc/localtime:ro