mirror of
https://github.com/devproje/px32-bot.git
synced 2024-11-26 10:43:05 +00:00
17 lines
292 B
YAML
17 lines
292 B
YAML
services:
|
|
bot:
|
|
container_name: "P_x32-bot"
|
|
build:
|
|
context: .
|
|
dockerfile: "./Dockerfile"
|
|
env_file:
|
|
- ".env"
|
|
environment:
|
|
- BOT_TOKEN=${BOT_TOKEN}
|
|
networks:
|
|
- "bot"
|
|
volumes:
|
|
- "/etc/localtime:/etc/localtime:ro"
|
|
|
|
networks:
|
|
bot: {}
|