removed nutcase
This commit is contained in:
@@ -78,25 +78,6 @@ services:
|
||||
- ${DOCKER_CONFIGS}/mstream:/config
|
||||
- ${STORAGE_DIR}/Music:/music
|
||||
|
||||
nutcase:
|
||||
container_name: NUTCase
|
||||
image: kronos443/nutcase:latest # V0.3.0Beta1 # latest # V0.2.0 # v0.2.0-beta3 # V0.2.0_Beta # apcbeta # latest
|
||||
hostname: NUTCase
|
||||
environment:
|
||||
TZ: $TZ
|
||||
LOG_LEVEL: DEBUG
|
||||
healthcheck:
|
||||
test: wget --spider -q http://127.0.0.1:9995/help
|
||||
interval: 3m10s
|
||||
timeout: 10s
|
||||
retries: 2
|
||||
start_period: 30s
|
||||
ports:
|
||||
- 9995:9995
|
||||
restart: always # "no" always on-failure unless-stopped
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/nutcase/config:/config'
|
||||
|
||||
organizr:
|
||||
container_name: organizr
|
||||
image: organizr/organizr:latest
|
||||
|
||||
Reference in New Issue
Block a user