Some checks failed
Docker Image CI / build_and_push (push) Has been cancelled
12 lines
285 B
YAML
12 lines
285 B
YAML
services:
|
|
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}
|
|
restart: "unless-stopped" |