Add .gitignore to ignore logs directory
This commit is contained in:
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
lidarr-importer-api:
|
||||
build: .
|
||||
container_name: maloja-lidarr-importer-api
|
||||
volumes:
|
||||
- ./logs:/app/logs
|
||||
ports:
|
||||
- "5110:5000"
|
||||
environment:
|
||||
- SOURCE_API_URL=${SOURCE_API_URL}
|
||||
- SOURCE_API_KEY=${SOURCE_API_KEY}
|
||||
command: ["python3", "lidarr_api.py"]
|
||||
restart: "unless-stopped"
|
Reference in New Issue
Block a user