New addition: ultrasonics

This commit is contained in:
2023-09-10 01:28:55 +02:00
parent fb267ede53
commit e3f287db66
2 changed files with 26 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Uncomment and change the following variables if you want to use them.
#RESTART=unless-stopped
#SYNOLOGY_VOLUME=volume1
#STACK_NAME=ultrasonics
#UID=1024
#GID=101
#ULTRASONICS_CONTAINER_NAME=ultrasonics
#ULTRASONICS_TAG=latest
#ULTRASONICS_PORT=5000
+17
View File
@@ -0,0 +1,17 @@
services:
# ultrasonics
ultrasonics:
container_name: ${ULTRASONICS_CONTAINER_NAME:-ultrasonics}
image: xdgfx/ultrasonics:${ULTRASONICS_TAG:-latest}
restart: ${RESTART:-unless-stopped}
healthcheck:
test: wget --no-verbose --tries=1 --spider http://localhost:5000/
environment:
PUID: ${UID:-1024}
PGID: ${GID:-101}
ports:
- ${ULTRASONICS_PORT:-5000}:5000
volumes:
- /${SYNOLOGY_VOLUME:-volume1}/docker/${STACK_NAME:-ultrasonics}/${ULTRASONICS_CONTAINER_NAME:-ultrasonics}/music/:/music
- /${SYNOLOGY_VOLUME:-volume1}/docker/${STACK_NAME:-ultrasonics}/${ULTRASONICS_CONTAINER_NAME:-ultrasonics}/plugins/:/plugins
- /${SYNOLOGY_VOLUME:-volume1}/docker/${STACK_NAME:-ultrasonics}/${ULTRASONICS_CONTAINER_NAME:-ultrasonics}/config/:/config