Update docker-compose.yml

This commit is contained in:
2025-06-19 13:30:26 +00:00
parent d64bb64f16
commit c7dccca4c1

View File

@@ -1,12 +1,10 @@
version: "3.8"
services:
tesla-inventory-bot:
image: tesla-inventory-bot
build: .
container_name: tesla-inventory-bot
build:
context: .
dockerfile: Dockerfile
restart: "no"
working_dir: /app
volumes:
- .:/app
working_dir: /app
restart: "no"
environment:
- PYTHONUNBUFFERED=1