px32-bot/compose.yml

18 lines
292 B
YAML
Raw Normal View History

2024-09-01 15:35:16 +00:00
services:
2024-09-02 08:50:54 +00:00
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:
2024-09-01 15:35:16 +00:00
bot: {}