New addition: SheetAble

This commit is contained in:
2023-10-01 18:47:56 +02:00
parent 7689f488f4
commit 83ba6e585c
2 changed files with 19 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Uncomment and change the following variables if you want to use them.
#RESTART=unless-stopped
#SYNOLOGY_VOLUME=volume1
#STACK_NAME=sheetable
#SHEETABLE_CONTAINER_NAME=SheetAble
#SHEETABLE_TAG=latest
#SHEETABLE_PORT=8080
+12
View File
@@ -0,0 +1,12 @@
services:
# SheetAble
sheetable:
container_name: ${SHEETABLE_CONTAINER_NAME:-SheetAble}
image: vallezw/sheetable:${SHEETABLE_TAG:-latest}
restart: ${RESTART:-unless-stopped}
healthcheck:
test: curl -f http://localhost:8080/ || exit 1
ports:
- ${SHEETABLE_PORT:-8080}:8080
volumes:
- /${SYNOLOGY_VOLUME:-volume1}/docker/${STACK_NAME:-sheetable}/${SHEETABLE_CONTAINER_NAME:-SheetAble}/app/config:/app/config