Don't log api keys

This commit is contained in:
pcjones
2024-02-12 02:31:36 +01:00
parent 27ba8a1f19
commit 8df44d514f
2 changed files with 25 additions and 4 deletions

View File

@@ -1,9 +1,18 @@
version: '3.8'
services:
umlautadaptarr:
build: .
build: https://github.com/PCJones/UmlautAdaptarr.git#master
image: umlautadaptarr
restart: unless-stopped
networks:
- local
environment:
SONARR_HOST: "http://localhost:8989"
SONARR_API_KEY: ""
- PUID=${ENV_PUID}
- PGID=${ENV_PGID}
- TZ=${TIMEZONE}
environment:
SONARR_HOST: "http://sonarr:8989"
SONARR_API_KEY: ${SONARR_API_KEY}
ports:
- "5005:5005"