Initial push of core files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
lidarr-importer-api:
|
||||
build: .
|
||||
image: gitea.kansaigaijin.com/kansaigaijin/majola-lidarr-importer:latest
|
||||
container_name: maloja-lidarr-importer-api
|
||||
volumes:
|
||||
- ./logs:/app/logs
|
||||
@@ -9,5 +9,4 @@ services:
|
||||
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