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