mirror of
https://github.com/runyanjake/discord.git
synced 2025-10-04 23:27:29 -07:00
11 lines
156 B
YAML
11 lines
156 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
pwsBot:
|
|
image: pwsbot:latest
|
|
container_name: pwsBot
|
|
build: .
|
|
environment:
|
|
- PYTHONUNBUFFERED=1
|
|
|