Add initial docker-compose configuration for adguard-monitor service
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
adguard-monitor:
|
||||
image: python:3.14-slim
|
||||
container_name: adguard-monitor
|
||||
volumes:
|
||||
- ./:/app
|
||||
env_file:
|
||||
- .env
|
||||
working_dir: /app
|
||||
command: sh -c "pip install -r requirements.txt && python monitor.py"
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user