mirror of
https://github.com/runyanjake/discord.git
synced 2025-10-04 15:27:28 -07:00
11 lines
138 B
YAML
11 lines
138 B
YAML
version: "3"
|
|
|
|
services:
|
|
website:
|
|
image: pwsBot:latest
|
|
container_name: pwsBot
|
|
build: .
|
|
ports:
|
|
- 8000:8000
|
|
|