Files
home-automation/docker-compose.yml
T
tliu93 1805d5d8ea
pytest / test (push) Successful in 40s
pytest / test (pull_request) Successful in 41s
Finalize first Python release
2026-04-20 20:40:04 +02:00

13 lines
242 B
YAML

services:
app:
container_name: home-automation-app
build: .
user: "1000:1000"
restart: unless-stopped
init: true
ports:
- "127.0.0.1:8881:8000"
volumes:
- ./data:/app/data
- ./.env:/app/.env:ro